-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
108 lines (108 loc) · 2.76 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
96
97
98
99
100
101
102
103
104
105
106
107
108
Package: ready4use
Title: Ingest, Label, Visualise and Share Health Economic Model Datasets
Version: 0.0.0.9248
Authors@R: c(
person("Matthew", "Hamilton", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Glen", "Wiesner", role = "aut",
comment = c(ORCID = "0000-0002-0071-130X")),
person("Orygen", role = c("cph", "fnd")),
person("Australian Government Research Training Program", role = "fnd"),
person("VicHealth", role = "fnd"),
person("Victoria University", role = "fnd")
)
Description: ready4use provides a set of tools for managing data for
models developed with the ready4 framework. 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>. This development version
of the ready4use 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/ready4use/,
https://github.com/ready4-dev/ready4use, https://www.ready4-dev.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
pkgload,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
arsenal,
assertthat,
data.table,
dataverse,
dplyr,
english,
fs,
ggplot2,
ggpubr,
ggsci,
ggsignif,
gtools,
Hmisc,
lifecycle,
lubridate,
magrittr,
methods,
piggyback,
purrr,
readxl,
ready4,
ready4show (>= 0.0.0.9114),
rlang,
scales,
stats,
stringi,
stringr,
testit,
tibble,
tidyr,
tidyselect,
utils,
viridis
Collate:
'C3_ready4use_dataverses.R'
'C3_ready4use_dictionary.R'
'C3_ready4use_distributions.R'
'C3_ready4use_imports.R'
'C3_ready4use_mapes.R'
'C4_Ready4useFiles.R'
'C4_Ready4useProcessed.R'
'C4_Ready4useArguments.R'
'C4_Ready4useDyad.R'
'C4_Ready4useIngest.R'
'C4_Ready4useRepos.R'
'C4_Ready4usePointer.R'
'C4_Ready4useRaw.R'
'C4_Ready4useRecord.R'
'fn_add.R'
'fn_assert.R'
'fn_bind.R'
'fn_get.R'
'fn_make.R'
'fn_plot.R'
'fn_print.R'
'fn_read.R'
'fn_remove.R'
'fn_transform.R'
'fn_update.R'
'fn_write.R'
'imp_fns.R'
'imp_mthds.R'
'mthd_depict.R'
'mthd_exhibit.R'
'mthd_ingest.R'
'mthd_manufacture.R'
'mthd_procure.R'
'mthd_renew.R'
'mthd_share.R'
'pkg_ready4use.R'
'ready4use-package.R'
Remotes:
ready4-dev/ready4show