-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
85 lines (85 loc) · 2.09 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
Package: Pmetrics
License: GPL (>= 3)
Title: Pmetrics for Population Modeling and Simulation
Type: Package
LazyLoad: yes
LazyData: yes
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
Description: Parametric and non-parametric
pharmacometric modeling and simulation software package.
This package contains functions to run and
analyze the output from all three components of the
Pmetrics software suite for population pharmacometric
data analysis: 1) IT2B (Iterative Two-Stage Bayesian)
for parametric models; 2) NPAG (Non-parametric Adaptive
Grid) for non-paramametric models; 3) Simulator for
semi-parametric Monte-Carlo simulations. It includes
source code from the NPDE package by Emanuelle Comets, et al,
which used to be available on CRAN.
Authors@R: c(
person("Michael", "Neely", email = "[email protected]", role = c("aut", "cre")),
person("Julián", "Otálvaro", email = "[email protected]", role = "aut"),
person("Walter", "Yamada", email = "", role= "ctb"),
person("Alan", "Schumitzky", email = "", role = "ctb"),
person("Rong", "Chen", email = "", role = "ctb"),
person("Michael", "van Guilder", email = "", role = "ctb"),
person("David", "Bayard", email = "", role = "ctb"),
person("Robert", "Leary", email = "", role = "ctb")
)
Version: 2.1.1
URL: https://lapkb.github.io/Pmetrics/
BugReports: https://github.com/LAPKB/Pmetrics/issues
Depends:
R (>= 4.0.0)
Imports:
crayon,
doParallel,
DT,
dplyr,
foreach,
ggplot2,
ggraph,
htmlwidgets,
httr,
jsonlite,
lifecycle,
lubridate,
magrittr,
mclust,
npde,
openxlsx,
pander,
parallel,
plotly,
purrr,
R6,
RColorBrewer,
readr,
shiny,
shinythemes,
stats,
stringr,
tidygraph,
tidyr,
trelliscopejs,
patchwork,
mvtnorm,
utils
Suggests:
askpass,
base64enc,
curl,
data.table,
devtools,
knitr,
pandoc,
progress,
RcppTOML,
reticulate,
rmarkdown,
testthat
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3
VignetteBuilder: knitr