-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·39 lines (39 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: nlmixr2rpt
Title: Templated Word and PowerPoint Reporting of 'nlmixr2' Fitting Results
Version: 0.2.1
Authors@R: c(person("John", "Harrold",
role = c("aut", "cre"),
email = "john.m.harrold@gmail.com",
comment = c(ORCID="0000-0003-2052-4373")))
Maintainer: John Harrold <john.m.harrold@gmail.com>
Description: This allows you to generate reporting workflows around 'nlmixr2' analyses with outputs in Word and PowerPoint. You can specify figures, tables and report structure in a user-definable 'YAML' file. Also you can use the internal functions to access the figures and tables to allow their including in other outputs (e.g. R Markdown).
URL: https://nlmixr2.github.io/nlmixr2rpt/
BugReports: https://github.com/nlmixr2/nlmixr2rpt/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
dplyr,
flextable,
ggforce,
ggpubr,
ggplot2,
grDevices,
stringr,
nlmixr2,
nlmixr2extra (>= 2.0.7),
onbrand,
rxode2,
utils,
xpose,
xpose.nlmixr2,
yaml
Suggests:
rmarkdown,
ggPMX,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3