-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
95 lines (95 loc) · 2.48 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
84
85
86
87
88
89
90
91
92
93
94
95
Package: ready4
Title: Develop and Use Modular Health Economic Models
Version: 0.1.18
Authors@R: c(
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Orygen", role = c("cph", "fnd")),
person("Australian Government Research Training Program", role = "fnd"),
person("VicHealth", role = "fnd"),
person("Victoria University", role = "fnd")
)
Description: A template model module, tools to help find model modules
derived from this template and a programming syntax to use these
modules in health economic analyses. These elements are the
foundation for a prototype software framework for developing living
and transferable models and using those models in reproducible health
economic analyses. The software framework is extended by other R
libraries. For detailed documentation about the framework and how to
use it visit <https://www.ready4-dev.com/>. For a background to the
methodological issues that the framework is attempting to help solve,
see Hamilton et al. (2024) <doi:10.1007/s40273-024-01378-8>.
License: GPL-3
URL: https://ready4-dev.github.io/ready4/,
https://github.com/ready4-dev/ready4, https://www.ready4-dev.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'C4_Ready4Module.R'
'C4_Ready4Private.R'
'C4_Ready4Public.R'
'fn_add.R'
'fn_bind.R'
'fn_get.R'
'fn_make.R'
'fn_print.R'
'fn_remove.R'
'fn_rowbind.R'
'fn_transform.R'
'fn_update.R'
'fn_write.R'
'grp_generics.R'
'imp_fns.R'
'imp_mthds.R'
'mthd_authorSlot.R'
'mthd_characterizeSlot.R'
'mthd_depictSlot.R'
'mthd_enhanceSlot.R'
'mthd_exhibitSlot.R'
'mthd_ingestSlot.R'
'mthd_investigateSlot.R'
'mthd_manufactureSlot.R'
'mthd_metamorphoseSlot.R'
'mthd_procureSlot.R'
'mthd_prognosticateSlot.R'
'mthd_ratifySlot.R'
'mthd_reckonSlot.R'
'mthd_renewSlot.R'
'mthd_shareSlot.R'
'pkg_ready4.R'
'ready4-package.R'
Suggests:
devtools,
Hmisc,
knitr,
pkgload,
readr,
readxl,
rmarkdown,
testthat,
usethis,
zen4R
VignetteBuilder: knitr
Imports:
curl,
dataverse,
dplyr,
gh,
kableExtra,
lifecycle,
magrittr,
methods,
piggyback,
purrr,
rlang,
rvest,
stats,
stringi,
stringr,
tibble,
tidyRSS,
tidyselect,
tools,
utils
Language: en-AU