-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
71 lines (71 loc) · 2 KB
/
DESCRIPTION
File metadata and controls
71 lines (71 loc) · 2 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
Package: ready4fun
Title: Author and Document Functions that Implement Transferable Health
Economic Model Algorithms
Version: 0.0.0.9539
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: ready4fun is a toolkit for authoring and documenting
functions that implement algorithms for models developed with the
ready4 framework (https://www.ready4-dev.com/). The toolkit aims to
help all developers contributing to ready4 to adopt a common house
style in authoring and documenting functions. The current version of
this software is a development release, which you should only trial if
you feel confident 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/ready4fun/,
https://github.com/ready4-dev/ready4fun, https://www.ready4-dev.com/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
pkgload,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
desc,
devtools,
dplyr,
gert,
Hmisc,
lifecycle,
lubridate,
magrittr,
methods,
piggyback,
pkgdown,
purrr,
readxl,
ready4,
ready4show (>= 0.0.0.9111),
ready4use (>= 0.0.0.9231),
rlang,
sinew,
stats,
stringi,
stringr,
testit,
tibble,
tidyr,
tools,
usethis,
utils,
xfun
Depends:
R (>= 2.10)
LazyData: true
Remotes:
ready4-dev/ready4show,
ready4-dev/ready4use