-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.58 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: pmparams
Title: R package for parameter tables
Version: 0.2.2
Authors@R:
c(person(given = "Katherine",
family = "Kay",
role = c("cre"),
email = "[email protected]"),
person(given = "Michael",
family = "McDermott",
role = c("aut"),
email = "[email protected]"),
person(given = "Eric",
family = "Anderson",
role = c("aut"),
email = "[email protected]"),
person(given = "Grace",
family = "O'Brien",
role = c("aut"),
email = "[email protected]"),
person(given = "Kyle",
family = "Barrett",
role = c("aut"),
email = "[email protected]"))
Description: `pmparams` is a library written in R that generates clear, well-formatted parameter tables to report NONMEM model results.
URL: https://metrumresearchgroup.github.io/pmparams/, https://github.com/metrumresearchgroup/pmparams
BugReports: https://github.com/metrumresearchgroup/pmparams/issues
Depends:
R (>= 3.5)
Imports:
checkmate,
dplyr (>= 1.0.0),
lifecycle,
magrittr,
pmtables,
rlang,
stringr,
glue,
logitnorm,
purrr,
tibble,
tidyr,
tidyselect (>= 1.0.0),
readr,
yaml
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
bbr (>= 1.11.0),
devtools,
knitr,
magick,
pdftools,
rprojroot,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
VignetteBuilder:
knitr