-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
83 lines (83 loc) · 2.32 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
Package: TTU
Title: Implement Transfer to Utility Mapping Algorithms
Version: 0.0.0.9367
Authors@R: c(
person("Caroline", "Gao", , "caroline.gao@orygen.org.au", role = "aut",
comment = c(ORCID = "0000-0002-0987-2759")),
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", role = c("aut", "cre", "fnd"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Orygen", role = c("cph", "fnd")),
person("Headspace", role = "fnd"),
person("National Health and Medical Research Council", role = "fnd")
)
Description: Modules from the readyforwhatsnext youth mental health
economic model (https://readyforwhatsnext.org/) that can be used to
develop, assess, report and share utility mapping models. Outputs
produced through use of TTU package modules are designed to integrate
with health economic models developed with the ready4 framework
(https://www.ready4-dev.com/). This development version of the TTU
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 (matthew.hamilton1@monash.edu).
License: GPL-3
URL: https://ready4-dev.github.io/TTU/, https://github.com/ready4-dev/TTU,
https://ready4-dev.github.io/ready4/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
betareg,
caret,
knitr,
knitrBootstrap,
pkgload,
rmarkdown,
testthat,
youthvars (>= 0.0.0.9125)
VignetteBuilder: knitr
Imports:
dplyr,
ggplot2,
Hmisc,
lifecycle,
magrittr,
methods,
purrr,
R.utils,
ready4,
ready4show (>= 0.0.0.9114),
ready4use (>= 0.0.0.9233),
rlang,
stringr,
utils
Depends:
R (>= 2.10),
scorz (>= 0.0.0.9066),
specific (>= 0.0.0.9108)
LazyData: true
Collate:
'C4_TTUSynopsis.R'
'C4_TTUReports.R'
'C4_TTUProject.R'
'TTU-package.R'
'db_mdl_types_lup.R'
'db_plt_types_lup.R'
'db_rprt_lup.R'
'fn_get.R'
'fn_make.R'
'imp_fns.R'
'imp_mthds.R'
'mthd_author.R'
'mthd_exhibit.R'
'mthd_investigate.R'
'mthd_manufacture.R'
'mthd_procure.R'
'mthd_renew.R'
'mthd_share.R'
'pkg_TTU.R'
Remotes:
ready4-dev/ready4show,
ready4-dev/ready4use,
ready4-dev/specific,
ready4-dev/youthvars,
ready4-dev/scorz