-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.4 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
Type: Package
Package: campsisqual
Title: Campsis Qualification Package
Version: 1.3.2
Authors@R:
person("Nicolas", "Luyckx", , "nicolas.luyckx@calvagone.com", role = c("aut", "cre"))
Description: This package allows to run the qualification of the Campsis
suite and to issue a PDF report. In addition, it also allows to
qualify the implementation of a Campsis model against NONMEM, provided
you have the 'campsistrans' package.
License: GPL (>= 3)
URL: https://github.com/Calvagone/campsisqual
BugReports: https://github.com/Calvagone/campsisqual/issues
Depends:
campsis (>= 1.4.0),
campsismod (>= 1.0.0),
R (>= 4.0.0)
Imports:
assertthat,
doSNOW,
dplyr,
foreach,
ggplot2,
gridExtra,
jsonlite,
kableExtra,
openssl,
parallel,
pbmcapply,
PKI,
purrr,
riskmetric,
rlang,
rmarkdown,
testthat,
tibble,
tictoc,
tidyr,
tinytex,
zip
Suggests:
bookdown,
devtools,
knitr,
mrgsolve,
pkgdown,
roxygen2,
rxode2,
stringr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
Collate:
'tinytex.R'
'qualification_suite_credentials.R'
'qualification_suite.R'
'dataset.R'
'installation_qualification.R'
'nonmem_results_parser.R'
'pki.R'
'qualification_summary.R'
'qualification_core.R'
'qualify.R'
'risk_metrics.R'