-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
57 lines (57 loc) · 2.06 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
Package: darthtools
Type: Package
Title: darthtools is an R package that contains tools developed by the
Decision Analysis in R for Technologies in Health (DARTH) workgroup to
construct model-based cost-effectiveness analysis in R.
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 = "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: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: file LICENSE
Depends:
R (>= 3.5.0)
Suggests:
Imports:
survHE
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
URL: https://darth-git.github.io/darthtools, https://github.com/DARTH-git/darthtools
BugReports: https://github.com/DARTH-git/darthtools/issues