-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
137 lines (137 loc) · 3.28 KB
/
DESCRIPTION
File metadata and controls
137 lines (137 loc) · 3.28 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Package: specific
Title: Specify Models to Solve Inverse Problems
Version: 0.0.0.9108
Authors@R: c(
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Caroline", "Gao", , "caroline.gao@orygen.org.au", 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: Modules from the ready4 youth mental health economic model
(https://www.ready4-dev.com/docs/model/) that can be used to
standardise the formalising and testing of models to solve inverse
problems. Designed for use in models developed with the ready4
framework (https://www.ready4-dev.com/). This development version of
the specific 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 + file LICENSE
URL: https://ready4-dev.github.io/specific/,
https://github.com/ready4-dev/specific, https://www.ready4-dev.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
assertthat,
boot,
Boruta,
brms,
caret,
cowplot,
dataverse,
DescTools,
dplyr,
enrichwith,
ggalt,
ggplot2,
gtools,
here,
Hmisc,
hutils,
kableExtra,
knitr,
knitrBootstrap,
lifecycle,
magrittr,
MASS,
methods,
parallel,
psych,
purrr,
randomForest,
ready4 (>= 0.0.0.9125),
ready4show (>= 0.0.0.9111),
ready4use (>= 0.0.0.9231),
rlang,
scorz (>= 0.0.0.9062),
stats,
stringi,
stringr,
synthpop,
testthat,
tibble,
tidyr,
tidyselect,
utils,
viridis,
xfun,
youthvars (>= 0.0.0.9123)
VignetteBuilder: knitr
Depends:
ggfortify,
R (>= 2.10)
LazyData: true
Collate:
'C3_specific_models.R'
'C3_specific_predictors.R'
'C4_SpecificConverter.R'
'fn_get.R'
'C4_SpecificParameters.R'
'C4_SpecificPrivate.R'
'C4_SpecificShareable.R'
'C4_SpecificResults.R'
'C4_SpecificProject.R'
'C4_SpecificFixed.R'
'C4_SpecificInitiator.R'
'C4_SpecificMixed.R'
'C4_SpecificModels.R'
'C4_SpecificPredictors.R'
'C4_SpecificSynopsis.R'
'db_mdl_types_lup.R'
'db_plt_types_lup.R'
'db_rprt_lup.R'
'fn_add.R'
'fn_calculate.R'
'fn_fit.R'
'fn_knit.R'
'fn_make.R'
'fn_plot.R'
'fn_predict.R'
'fn_print.R'
'fn_randomise.R'
'fn_rename.R'
'fn_reorder.R'
'fn_scramble.R'
'fn_transform.R'
'fn_write.R'
'imp_fns.R'
'imp_mthds.R'
'mthd_author.R'
'mthd_authorData.R'
'mthd_depict.R'
'mthd_enhance.R'
'mthd_exhibit.R'
'mthd_investigate.R'
'mthd_manufacture.R'
'mthd_metamorphose.R'
'mthd_procure.R'
'mthd_ratify.R'
'mthd_renew.R'
'mthd_share.R'
'pkg_specific.R'
'specific-package.R'
Suggests:
betareg,
cmdstanr (>= 0.5.3),
rmarkdown,
rstan
Remotes:
ready4-dev/ready4,
ready4-dev/ready4show,
ready4-dev/ready4use,
ready4-dev/youthvars,
stan-dev/cmdstanr,
ready4-dev/scorz