Skip to content

Commit

Permalink
Increment version number to 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Jul 4, 2024
1 parent 3b7cc82 commit 233587b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
33 changes: 21 additions & 12 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ready4
Title: Develop and Use Modular Health Economic Models
Version: 0.1.12
Version: 0.1.13
Authors@R: c(
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7407-9194")),
Expand All @@ -19,7 +19,7 @@ Description: A template model module, tools to help find model modules
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>.
License: GPL-3
License: GPL-3 + file LICENSE
URL: https://ready4-dev.github.io/ready4/,
https://github.com/ready4-dev/ready4, https://www.ready4-dev.com/
Encoding: UTF-8
Expand All @@ -29,6 +29,8 @@ Collate:
'C4_Ready4Module.R'
'C4_Ready4Private.R'
'C4_Ready4Public.R'
'add.R'
'bind.R'
'fn_add.R'
'fn_bind.R'
'fn_get.R'
Expand All @@ -39,9 +41,11 @@ Collate:
'fn_transform.R'
'fn_update.R'
'fn_write.R'
'get.R'
'grp_generics.R'
'imp_fns.R'
'imp_mthds.R'
'make.R'
'mthd_authorSlot.R'
'mthd_characterizeSlot.R'
'mthd_depictSlot.R'
Expand All @@ -58,31 +62,34 @@ Collate:
'mthd_renewSlot.R'
'mthd_shareSlot.R'
'pkg_ready4.R'
'print.R'
'ready4-package.R'
'remove.R'
'rowbind.R'
'transform.R'
'update.R'
'write.R'
Suggests:
devtools,
Hmisc,
knitr,
pkgload,
readr,
readxl,
rmarkdown,
testthat,
usethis,
zen4R
testthat
VignetteBuilder: knitr
Imports:
curl,
dataverse,
devtools,
dplyr,
gh,
Hmisc,
kableExtra,
lifecycle,
magrittr,
methods,
piggyback,
purrr,
readr,
readxl,
rlang,
rmarkdown,
rvest,
stats,
stringi,
Expand All @@ -91,4 +98,6 @@ Imports:
tidyRSS,
tidyselect,
tools,
utils
usethis,
utils,
zen4R
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ready4 0.1.13

# ready4 0.1.12
This patch updates functions for printing HTML tables to return NULL values if supplied with NULL values instead of tibble objects.

Expand Down

0 comments on commit 233587b

Please sign in to comment.