-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.82 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: youthu
Title: Transform Youth Outcomes to Health Utility Predictions
Version: 0.0.0.9122
Authors@R: c(
person("Matthew", "Hamilton", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Caroline", "Gao", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0987-2759")),
person("Orygen", role = c("cph", "fnd")),
person("Headspace", role = "fnd"),
person("National Health and Medical Research Council", role = "fnd")
)
Description: Tools for mapping measures routinely collected in youth
mental health services to Quality Adjusted Life Years (QALYs). Part of
the ready4forwhatsnext youth mental health systems model
(https://readyforwhatsnext.org/). This development version of the
youthu package has been made available as part of the process of
testing and documenting the package. If you have any questions, please
contact the authors ([email protected]).
License: GPL-3
URL: https://ready4-dev.github.io/youthu/,
https://github.com/ready4-dev/youthu, https://www.ready4-dev.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
pkgload,
rmarkdown,
scorz (>= 0.0.0.9065),
testthat
VignetteBuilder: knitr
Imports:
assertthat,
BCEA,
boot,
dataverse,
dplyr,
lifecycle,
lubridate,
magrittr,
MatchIt,
methods,
purrr,
ready4,
ready4use (>= 0.0.0.9232),
rlang,
specific (>= 0.0.0.9108),
stats,
stringi,
stringr,
tibble,
tidyr,
tidyselect,
truncnorm,
utils,
youthvars (>= 0.0.0.9125)
Depends:
R (>= 2.10)
LazyData: true
Remotes:
ready4-dev/ready4use,
ready4-dev/specific,
ready4-dev/youthvars,
ready4-dev/scorz