-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
61 lines (61 loc) · 1.82 KB
/
DESCRIPTION
File metadata and controls
61 lines (61 loc) · 1.82 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
Package: ready4class
Title: Author and Document Classes that Make Health Economic Models
Modular
Version: 0.0.0.9297
Authors@R: c(
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", 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: ready4class provides tools to standardise and streamline the
process for authoring modules for models developed with the ready4
framework (https://www.ready4-dev.com/). This development version of
the ready4class package has been made available as part of the process
of testing and documenting the package. You should only trial this
software if you feel confident that you understand what it does and
have created a sandpit area in which you can safely undertake testing.
If you have any questions, please contact the authors
(matthew.hamilton1@monash.edu).
License: GPL-3
URL: https://ready4-dev.github.io/ready4class/,
https://github.com/ready4-dev/ready4class, https://www.ready4-dev.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
pkgload,
ready4show,
ready4use,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
devtools,
dplyr,
fs,
gtools,
Hmisc,
lifecycle,
magrittr,
methods,
purrr,
ready4,
ready4fun (>= 0.0.0.9539),
rlang,
stats,
stringi,
stringr,
testit,
tibble,
tidyr,
usethis,
utils
Remotes:
ready4-dev/ready4fun,
ready4-dev/ready4show