-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.39 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
Type: Package
Package: campsismisc
Title: Campsis Miscellaneous Package
Version: 0.5.2
Authors@R:
person("Nicolas", "Luyckx", , "nicolas.luyckx@calvagone.com", role = c("aut", "cre"))
Description: Campsis miscellaneous: a bunch of useful wrapper & helper
functions.
License: GPL (>= 3)
URL: https://github.com/Calvagone/campsismisc
BugReports: https://github.com/Calvagone/campsismisc/issues
Depends:
campsis (>= 1.5.4),
campsismod (>= 1.1.1),
campsisnca (>= 1.4.0),
R (>= 4.0.0)
Imports:
assertthat,
dplyr,
ggplot2,
ggrepel,
plyr,
progressr,
purrr,
rlang,
tibble,
tidyr
Suggests:
devtools,
knitr,
pkgdown,
rmarkdown,
roxygen2,
testthat,
tictoc,
rxode2,
mrgsolve
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
Collate:
'check.R'
'utilities.R'
'generic.R'
'labeled_covariate.R'
'labeled_covariates.R'
'labeled_parameters.R'
'oat_analysis_output.R'
'oat_analysis_outputs.R'
'oat_analysis_result.R'
'oat_analysis_results.R'
'oat_analysis.R'
'forest_plot_item.R'
'forest_plot_items.R'
'forest_plot.R'
'sensitivity_analysis_change.R'
'sensitivity_analysis_changes.R'
'sensitivity_analysis_item.R'
'sensitivity_analysis_items.R'
'sensitivity_analysis.R'
Remotes: Calvagone/campsisnca, Calvagone/campsis