Skip to content

Commit

Permalink
pre-test update with graceful failing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Jul 4, 2024
1 parent b2f8259 commit 49d6ef4
Show file tree
Hide file tree
Showing 14 changed files with 1,113 additions and 701 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@
^CITATION\.cff$
^data-raw/CUT\.R$
^CRAN-SUBMISSION$
^data-raw/examples/get_gracefully\.R$
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cff-version: 1.2.0
message: "Matthew P Hamilton (2024). ready4: Develop and Use Modular Health Economic Models. Version 0.1.10. Zenodo. https://doi.org/10.5281/zenodo.5606250"
message: "Matthew P Hamilton (2024). ready4: Develop and Use Modular Health Economic Models. Version 0.1.10.9002. Zenodo. https://doi.org/10.5281/zenodo.5606250"
authors:
- family-names: "Hamilton"
given-names: "Matthew P"
title: "ready4: Develop and Use Modular Health Economic Models"
version: 0.1.10
version: 0.1.10.9002
doi: 10.5281/zenodo.5606250
date-released: 2024-06-13
date-released: 2024-07-04
url: "https://ready4-dev.github.io/ready4/"
31 changes: 11 additions & 20 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 + file LICENSE
License: GPL-3
URL: https://ready4-dev.github.io/ready4/,
https://github.com/ready4-dev/ready4, https://www.ready4-dev.com/
Encoding: UTF-8
Expand All @@ -29,8 +29,6 @@ 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,11 +39,9 @@ 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 @@ -62,34 +58,31 @@ 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,
testthat
pkgload,
readr,
readxl,
rmarkdown,
testthat,
usethis,
zen4R
VignetteBuilder: knitr
Imports:
curl,
dataverse,
devtools,
dplyr,
gh,
Hmisc,
kableExtra,
lifecycle,
magrittr,
methods,
piggyback,
purrr,
readr,
readxl,
rlang,
rmarkdown,
rvest,
stats,
stringi,
Expand All @@ -98,6 +91,4 @@ Imports:
tidyRSS,
tidyselect,
tools,
usethis,
utils,
zen4R
utils
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export(get_from_lup_obj)
export(get_functions_tb)
export(get_generics)
export(get_gh_repos)
export(get_gracefully)
export(get_libraries_ls)
export(get_libraries_tb)
export(get_manual_urls)
Expand Down Expand Up @@ -159,6 +160,7 @@ exportMethods(reckonSlot)
exportMethods(renewSlot)
exportMethods(shareSlot)
import(methods)
importFrom(curl,has_internet)
importFrom(dataverse,add_dataset_file)
importFrom(dataverse,dataset_files)
importFrom(dataverse,dataset_metadata)
Expand Down
Loading

0 comments on commit 49d6ef4

Please sign in to comment.