-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
65 lines (65 loc) · 2.1 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
Package: dampack
Type: Package
Title: Decision-Analytic Modeling Package
Version: 1.0.2.1000
Authors@R:
c(person(given = "Fernando",
family = "Alarid-Escudero",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5076-1172")),
person(given = "Greg",
family = "Knowlton",
role = "aut",
email = "[email protected]"),
person(given = "Caleb W.",
family = "Easterly",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7853-377X")),
person(given = "David",
family = "Garibay",
role = c("ctb", "cre"),
email = "[email protected]"),
person(given = "Mark",
family = "Clements",
role = c("ctb"),
email = "[email protected]"),
person(given = "Eva",
family = "Enns",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0693-7358")))
Description: A suite of functions for analyzing and visualizing the health economic outputs of mathematical models.
This package was developed with funding from the National Institutes of Allergy and Infectious Diseases of the
National Institutes of Health under award no. R01AI138783. The content of this package is solely the
responsibility of the authors and does not necessarily represent the official views of the National Institutes
of Health. The theoretical underpinnings of 'dampack''s functionality are detailed in Hunink et al. (2014)
<doi:10.1017/CBO9781139506779>.
License: GPL-3
URL: https://github.com/DARTH-git/dampack
BugReports: https://github.com/DARTH-git/dampack/issues
Encoding: UTF-8
Depends:
R (>= 3.5),
ggplot2 (>= 3.3.0)
Imports:
ellipse,
dplyr,
scales,
stringr,
mgcv,
truncnorm,
triangle,
ggrepel,
tidyr,
rlang
Suggests:
testthat,
lintr,
knitr,
rmarkdown,
kableExtra
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr