-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
56 lines (56 loc) · 1.38 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
Package: ruminate
Title: A Pharmacometrics Data Transformation and Analysis Tool
Version: 0.3.0
Authors@R:
person("John", "Harrold", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2052-4373"))
Description: Exploration of pharmacometrics data involves both general tools (transformation and plotting) and specific techniques (non-compartmental analysis). This kind of exploration is generally accomplished by utilizing different packages. The purpose of 'ruminate' is to create a 'shiny' interface to make these tools more broadly available while creating reproducible results.
License: BSD_2_clause + file LICENSE
BugReports: https://github.com/john-harrold/ruminate/issues
URL: https://ruminate.ubiquity.tools/
Encoding: UTF-8
LazyData: FALSE
Depends:
R (>= 4.2.0)
Imports:
digest,
dplyr,
DT,
flextable,
formods (>= 0.2.0),
ggplot2,
onbrand (>= 1.0.3),
PKNCA (>= 0.10.2),
plotly,
rhandsontable,
rlang,
shiny,
shinyAce,
shinyWidgets,
stats,
stringr,
tidyr,
utils,
yaml,
zip
Suggests:
babelmixr2,
cli,
clipr,
gridExtra,
knitr,
nlmixr2lib(>= 0.3.0),
nonmem2rx,
nlmixr2(>= 3.0.0),
prompter,
rmarkdown,
readxl,
rxode2 (>= 3.0.0),
shinybusy,
shinydashboard,
testthat (>= 3.0.0),
ubiquity
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr