Skip to content

Commit 9d4b227

Browse files
Increment version number to 0.1.20
1 parent 0f9972c commit 9d4b227

2 files changed

Lines changed: 23 additions & 13 deletions

File tree

DESCRIPTION

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ready4
22
Title: Develop and Use Modular Health Economic Models
3-
Version: 0.1.19
3+
Version: 0.1.20
44
Authors@R: c(
55
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-7407-9194")),
@@ -19,7 +19,7 @@ Description: A template model module, tools to help find model modules
1919
use it visit <https://www.ready4-dev.com/>. For a background to the
2020
methodological issues that the framework is attempting to help solve,
2121
see Hamilton et al. (2024) <doi:10.1007/s40273-024-01378-8>.
22-
License: GPL-3
22+
License: GPL-3 + file LICENSE
2323
URL: https://ready4-dev.github.io/ready4/,
2424
https://github.com/ready4-dev/ready4, https://www.ready4-dev.com/
2525
Encoding: UTF-8
@@ -30,6 +30,8 @@ Collate:
3030
'C4_Ready4Private.R'
3131
'C4_Ready4Project.R'
3232
'C4_Ready4Public.R'
33+
'add.R'
34+
'bind.R'
3335
'fn_add.R'
3436
'fn_bind.R'
3537
'fn_get.R'
@@ -40,9 +42,11 @@ Collate:
4042
'fn_transform.R'
4143
'fn_update.R'
4244
'fn_write.R'
45+
'get.R'
4346
'grp_generics.R'
4447
'imp_fns.R'
4548
'imp_mthds.R'
49+
'make.R'
4650
'mthd_authorSlot.R'
4751
'mthd_characterizeSlot.R'
4852
'mthd_depictSlot.R'
@@ -59,31 +63,34 @@ Collate:
5963
'mthd_renewSlot.R'
6064
'mthd_shareSlot.R'
6165
'pkg_ready4.R'
66+
'print.R'
6267
'ready4-package.R'
68+
'remove.R'
69+
'rowbind.R'
70+
'transform.R'
71+
'update.R'
72+
'write.R'
6373
Suggests:
64-
devtools,
65-
Hmisc,
6674
knitr,
67-
pkgload,
68-
readr,
69-
readxl,
70-
rmarkdown,
71-
testthat,
72-
usethis,
73-
zen4R
75+
testthat
7476
VignetteBuilder: knitr
7577
Imports:
7678
curl,
7779
dataverse,
80+
devtools,
7881
dplyr,
7982
gh,
83+
Hmisc,
8084
kableExtra,
8185
lifecycle,
8286
magrittr,
8387
methods,
8488
piggyback,
8589
purrr,
90+
readr,
91+
readxl,
8692
rlang,
93+
rmarkdown,
8794
rvest,
8895
stats,
8996
stringi,
@@ -92,5 +99,6 @@ Imports:
9299
tidyRSS,
93100
tidyselect,
94101
tools,
95-
utils
96-
Language: en-AU
102+
usethis,
103+
utils,
104+
zen4R

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# ready4 0.1.20
2+
13
# ready4 0.1.19
24

35
This patch addresses a CRAN policy violation related to unsuccessful internet requests needing to fail gracefully by updating the get_gracefully function and its calls by other functions as well as updating one of the vignettes. A new S4 class Ready4Project has also been created.

0 commit comments

Comments
 (0)