Skip to content

Commit

Permalink
Increment version number to 0.0.0.9132
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Nov 15, 2023
1 parent 1ce85d4 commit 945d26b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ready4
Title: Implement Transparent, Reusable and Updatable Computational Health
Economic Models
Version: 0.0.0.9131
Version: 0.0.0.9132
Authors@R: c(
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7407-9194")),
Expand Down Expand Up @@ -31,6 +31,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 @@ -41,9 +43,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 @@ -60,7 +64,13 @@ 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'
Imports:
assertthat,
bib2df,
Expand All @@ -70,6 +80,7 @@ Imports:
fs,
Hmisc,
kableExtra,
knitr,
lifecycle,
magrittr,
methods,
Expand All @@ -85,14 +96,11 @@ Imports:
stringi,
stringr,
testit,
testthat,
tibble,
tidyRSS,
tidyselect,
tools,
utils,
zen4R
VignetteBuilder: knitr
Suggests:
knitr,
pkgload,
testthat

0 comments on commit 945d26b

Please sign in to comment.