-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.61 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.61 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
Package: ready4pack
Title: Author R Packages of Health Economic Model Modules
Version: 0.0.0.9034
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: ready4pack provides a set of tools for authoring R packages
of model modules developed with the ready4 framework
(https://www.ready4-dev.com/). This development version of the
ready4pack package has been made available as part of the process of
testing and documenting the package. Therefore 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/ready4pack/,
https://github.com/ready4-dev/ready4pack, https://www.ready4-dev.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
pkgload,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
dataverse,
dplyr,
lifecycle,
magrittr,
methods,
purrr,
ready4,
ready4class (>= 0.0.0.9297),
ready4fun (>= 0.0.0.9539),
rlang,
stringr,
tibble,
tidyr,
utils
Remotes:
ready4-dev/ready4class,
ready4-dev/ready4fun