-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.06 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.06 KB
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
Package: openqaly
Type: Package
Title: Reproducible Health Economic Modeling
Version: 0.1.3
Authors@R: person("Jordan", "Amdahl", email = "jrdnmdhl@gmail.com",
role = c("aut", "cre"))
Description: An R package for creating and running reproducible and
transparent health economic models. Models of various types are
creating using a consistent tabular structure which defines features
of the model such as the strategies being compared and the health
states between which patients transit.
Imports:
dplyr,
magrittr,
future,
tidyr,
tidytext,
furrr,
forcats,
tibble,
mvnfast,
stringr,
readr,
openxlsx,
rlang (>= 1.1.0),
purrr,
glue,
ggplot2,
ggraph,
tidygraph,
Rcpp,
jsonlite,
scales,
methods,
flextable,
tools,
yaml
Depends:
openqalysurv
License: AGPL-3
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
withr,
covr,
knitr,
rmarkdown,
officer,
GGally,
kableExtra,
MASS
VignetteBuilder: knitr
RoxygenNote: 7.3.3
LinkingTo:
Rcpp