-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·42 lines (42 loc) · 1.18 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
Package: qalyr
Type: Package
Title: Tobacco- and Alcohol-Related Health State Utility Value Estimation
Version: 1.0.0
Authors@R:
c(
person(given = "Duncan",
family = "Gillespie",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3450-5747")),
person(given = "Laura",
family = "Webster",
role = c("aut")),
person(given = "Colin",
family = "Angus",
role = c("aut"),
email = "[email protected]"),
person(given = "Alan",
family = "Brennan",
role = c("aut"),
email = "[email protected]")
)
Maintainer: Duncan Gillespie <[email protected]>
Description: Processes health state utility values from the HODaR data, and general population utility values from the Health Survey for England.
License: GPL-3
URL: https://stapm.gitlab.io/r-packages/qalyr/
Encoding: UTF-8
LazyData: true
Imports:
eq5d,
Rdpack,
lifecycle,
data.table
RdMacros: Rdpack, lifecycle
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)