-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
72 lines (72 loc) · 1.37 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
Type: Package
Package: campsisnca
Title: Campsis NCA Package
Version: 1.5.1
Authors@R:
person("Nicolas", "Luyckx", , "nicolas.luyckx@calvagone.com", role = c("aut", "cre"))
Description: A useful package for executing non-compartmental analysis on simulated data (NCA).
License: GPL (>= 3)
URL: https://github.com/Calvagone/campsisnca
BugReports: https://github.com/Calvagone/campsisnca/issues
Depends:
campsismod (>= 1.0.0),
R (>= 4.0.0)
Imports:
assertthat,
campsis (>= 1.4.0),
cards,
dplyr,
glue,
gt,
gtsummary (>= 2.0.0),
kableExtra,
purrr,
rlang,
stringr,
tibble,
tidyr
Suggests:
devtools,
ggplot2,
knitr,
mrgsolve,
ncappc,
pkgdown,
rmarkdown,
roxygen2,
rxode2,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
Collate:
'test_data.R'
'check.R'
'consistency_checks.R'
'stat_formula.R'
'export_type.R'
'generic.R'
'export_utils.R'
'nca_metric_utils.R'
'gtsummary_utils.R'
'filter_utils.R'
'rounding_utils.R'
'theoretical_metrics.R'
'nca_metric.R'
'nca_metrics.R'
'nca_metrics_table.R'
'auc_trap_rule.R'
'auc.R'
'cmax.R'
'tmax.R'
'cmin.R'
'tmin.R'
'cat.R'
'cavg.R'
'thalf.R'
'theoretical_thalf.R'
'time_above_below.R'
'custom_metric.R'