-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
102 lines (102 loc) · 2.5 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Type: Package
Package: bbr
Title: R package for bbi
Version: 1.12.0
Authors@R:
c(person(given = "Seth",
family = "Green",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kyle",
family = "Barrett",
role = c("aut"),
email = "[email protected]"),
person(given = "Ryan",
family = "Marinelli",
role = c("aut"),
email = "[email protected]"),
person(given = "Kyle",
family = "Meyer",
role = "aut",
email = "[email protected]"),
person(given = "Devin",
family = "Pastoor",
role = "aut",
email = "[email protected]"),
person(given = "Anna-Christina",
family = "Nevison",
role = "aut",
email = "[email protected]"),
person(given = "Sean",
family = "Wilson",
role = "aut",
email = "[email protected]"),
person(given = "Samuel",
family = "Callisto",
role = "aut",
email = "[email protected]"),
person(given = "Tim",
family = "Waterhouse",
role = "aut",
email = "[email protected]"),
person(given = "Kyle T",
family = "Baron",
role = c("aut"),
email = "[email protected]"))
Description: R package for making calls to bbi for running
NONMEM and other models. Also manages model metadata, workflow, and
run logs.
License: MIT + file LICENSE
URL: https://metrumresearchgroup.github.io/bbr, https://github.com/metrumresearchgroup/bbr
BugReports: https://github.com/metrumresearchgroup/bbr/issues
Depends:
R (>= 3.5)
Imports:
callr,
checkmate,
cli (>= 3.1.0),
data.table,
digest,
diffobj,
dplyr (>= 1.0.0),
fs (>= 1.4.2),
glue,
jsonlite,
lifecycle,
magrittr,
mrgmisc,
nmrec (>= 0.3.0),
processx,
purrr (>= 1.0.0),
readr,
rlang,
stringfish,
stringr,
tibble,
tidyr,
tidyselect (>= 1.0.0),
xfun,
yaml
Suggests:
collapsibleTree (>= 0.1.7),
covr,
devtools,
forcats,
ggplot2,
grid,
htmlwidgets,
knitr,
png,
rmarkdown,
rprojroot,
scales,
testthat (>= 2.1.0),
webshot,
withr (>= 2.4.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: bbi (>= 3.0.2)