generated from DARTH-git/darthpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
84 lines (84 loc) · 2.69 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
77
78
79
80
81
82
83
84
Type: Package
Package: darthpack
Title: The Decision Analysis in R for Technologies in Health (DARTH) coding framework
Version: 0.1.0
Authors@R:
c(person(given = "Fernando",
family = "Alarid-Escudero",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5076-1172")),
person(given = "Eline",
family = "Krijkamp",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3970-2205")),
person(given = "Petros",
family = "Pechlivanoglou",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5090-7936")),
person(given = "Hawre",
family = "Jalal",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8224-6834")),
person(given = "Szu-Yu",
family = "Kao",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4987-3983")),
person(given = "Alan",
family = "Yang",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0344-6812")),
person(given = "Eva",
family = "Enns",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0693-7358")),
person(given = "DARTH workgroup",
email = "[email protected]",
role = "cph"))
Maintainer: Fernando Alarid-Escudero <[email protected]>
Description: A collection of functions that implements the Decision Analysis in R for
Technologies in Health (DARTH) coding framework to construct model-based
cost-effectiveness analysis in R. This repository is part of the following
working paper submitted for publication: Alarid-Escudero F, Krijkamp E,
Pechlivanoglou P, Jalal H, Kao SY, Yang A, Enns EA. "A need for change! A
coding framework for improving transparency in decision modeling". (2019).
Under revision.
License: file LICENSE
Depends:
R (>= 3.5.0)
Imports:
dplyr,
lhs,
plyr,
reshape2,
truncnorm,
utils,
IMIS,
plotrix,
rlang
Suggests:
knitr,
rmarkdown,
dampack,
ggplot2,
testthat,
pkgdown,
survival,
BiocManager,
kableExtra,
png,
scales
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
URL: https://darth-git.github.io/darthpack, https://github.com/DARTH-git/darthpack
BugReports: https://github.com/DARTH-git/darthpack/issues