Skip to content

Commit

Permalink
modified version number
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Jul 4, 2024
1 parent a9b60f0 commit fc0c96e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 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.9005. Zenodo. https://doi.org/10.5281/zenodo.5606250"
message: "Matthew P Hamilton (2024). ready4: Develop and Use Modular Health Economic Models. Version 0.1.11. 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.9005
version: 0.1.11
doi: 10.5281/zenodo.5606250
date-released: 2024-07-04
url: "https://ready4-dev.github.io/ready4/"
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ready4 0.1.11
This patch introduces the get_gracefully() function to address a CRAN policy violation and to ensure that unsuccessful attempts at retrieving internet resources fail gracefully.

# ready4 0.1.10
This patch fixes a documentation error under which the description of many functions referred to the wrong function.
Expand Down
13 changes: 3 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,15 @@ There were no ERRORs or WARNINGs.

There was 1 NOTE (on Local Windows and winbuilder) relating to this being a new submission.

1. One NOTE related to this being a new submission.

```
New submission
```

---

This version addresses the following issues flagged by a previous CRAN reviewer:

- a call to the cat function in make_prompt has been replaced to a call to the message function to enable users to suppress messages to console;
This version addresses the following CRAN policy violation:

- the reference to an arXiv pre-print in the DESCRIPTION file has been updated to adopt the format <doi:10.48550/arXiv.YYMM.NNNNN>.; and
- 'Packages which use Internet resources should fail gracefully with an informative message if the resource is not available or has changed (and not give a check warning nor error)'.

- four functions that were imported from other packages have value tags added to their .Rd files.
To address this issue, this version introduces the get_gracefully() function and deploys it within functions that seek to retrieve internet resources.



Expand Down
2 changes: 1 addition & 1 deletion data-raw/CRAN_PREP.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spelling::spell_check_package()

# check on other distributions
# _rhub
rhub::rhub_check()
rhub::rhub_check() #3,4,13
# devtools::check_rhub()
# rhub::check_on_windows(check_args = "--force-multiarch")
# rhub::check_on_fedora()
Expand Down

0 comments on commit fc0c96e

Please sign in to comment.