forked from LAPKB/Pmetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.26 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
Package: Pmetrics
License: GPL (>= 2)
Title: Pmetrics for Population Modeling and Simulation
Type: Package
LazyLoad: yes
LazyData: yes
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: person("Michael", "Neely",
email = "[email protected]", role = c("aut", "cre"))
Version: 1.9.7
URL: http://www.lapk.org
Date: 2020-06-12
Depends:
R (>= 3.5.0)
Imports:
askpass,
base64enc,
chron,
cubelyr,
doParallel,
dplyr,
foreach,
ggplot2,
httr,
jsonlite,
Matrix,
mclust,
methods,
openxlsx,
parallel,
plyr,
purrr,
gridExtra,
rlang,
shiny,
stats,
tibble,
tidyr,
utils,
xtable
Suggests:
testthat
RoxygenNote: 7.1.1
Encoding: UTF-8