-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
76 lines (76 loc) · 1.67 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
Package: heRomod
Title: Health Economic Modeling
Version: 0.0.1
Encoding: UTF-8
Authors@R: c(
person("Jordan", "Amdahl", email = "jrdnmdhl@gmail.com", role = c("cre")),
person("Antoine", "Filipovic-Pierucci", role = c("aut")),
person("Kevin", "Zarca", role = "aut"),
person("Matthew", "Wiener", role = "ctb"),
person("Zdenek", "Kabat", role = "ctb"),
person("Vojtech", "Filipec", role = "ctb"),
person("Yonatan", "Carranza Alarcon", role=c("ctb")),
person("Vince", "Daniels", role=c("ctb")),
person("Fernando", "Alarid-Escudero", role=c("ctb"))
)
Description: A package for developing and running cost-effectiveness
models in R. Forked from the HEEMOD package.
Depends: R (>= 3.5.0),
flexsurv,
flexsurvcure,
dplyr (>= 0.7.2),
lazyeval (>= 0.2.0),
tibble (>= 1.3.0),
herosurv
Imports:
reshape2,
ggplot2 (>= 2.2.0),
memoise (>= 1.1.0),
mvnfast (>= 0.2.2),
plyr (>= 1.8.0),
pryr (>= 0.1.2),
matrixStats,
msm,
reshape2,
tidyr,
tools,
utils,
purrr,
knitr,
markdown,
formula.tools,
data.table,
openxlsx,
BCEA,
diagram,
knitr,
logitnorm,
lpSolve,
mgcv,
optimx,
parallel,
rmarkdown,
stringr,
survival,
testthat,
triangle,
jsonlite,
glue,
Matrix,
gtools,
magrittr,
rlang,
Rcpp,
rgho,
xml2
License: GPL (>= 3)
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
URL: https://github.com/PolicyAnalysisInc/heRoMod
BugReports: https://github.com/PolicyAnalysisInc/heRoMod/issues
Roxygen: list(markdown = TRUE)
Suggests:
covr
LinkingTo:
Rcpp