Skip to content

Commit

Permalink
version for first CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Nov 29, 2023
1 parent c862bdc commit a00892a
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- family-names: "Hamilton"
given-names: "Matthew P"
title: "ready4: Implement Modular and Open-Source Health Economic Models"
version: 0.1.3.9004
version: 0.1.4
doi: 10.5281/zenodo.5606250
date-released: 2023-11-29
url: "https://ready4-dev.github.io/ready4/"
60 changes: 58 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
## Test environments

* Local Windows (mingw32), R 4.3.1 [1 NOTE generated]
* Fedora Linux (on R-hub) R-devel [2 NOTEs generated]
* Windows Server 2022, R-devel, 64 bit (on R-hub) [3 NOTEs generated]
* Windows Server 2022, R-release, 32/64 bit (on R-hub) [0 NOTEs generated]

## R CMD check results

0 errors | 0 warnings | 1 note
There were no ERRORs or WARNINGs.

There are 4 NOTEs.


1. One NOTE related to this being a new submission and having a potentially misspelled word (found in Local Windows, Windows Server development and Fedora Linux):

```
checking CRAN incoming feasibility ... [186s] NOTE
Maintainer: 'Matthew Hamilton <matthew.hamilton1@monash.edu>'
New submission
....
....
Possibly misspelled words in DESCRIPTION:
updatable (15:42)
```

2. One NOTE only found on Windows Server (development) is:

```
* checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
''NULL''
```

As noted in [R-hub issue #560](https://github.com/r-hub/rhub/issues/560), this seems to be an Rhub issue and so can likely be ignored.


3. One NOTE only found on Windows Server (development) is:

```
* checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'
```
As noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this could be due to a bug/crash in MiKTeX and can likely be ignored.


4. A fourth NOTE is found with Fedora Linux:

```
* checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found
```

This also seems to be a recurring issue on Rhub [R-hub issue #560](https://github.com/r-hub/rhub/issues/548) and so can likely be ignored.

---

* This is a new release.
This initial version provides generics that collectively define a syntax for modular health economic model development in R, a template model module and functions to partially automate the generation of HTML for inclusion on modelling project web-pages.
4 changes: 3 additions & 1 deletion data-raw/CRAN_PREP.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ urlchecker::url_update()
# _rhub
devtools::check_rhub()
rhub::check_on_windows(check_args = "--force-multiarch")
rhub::check_on_solaris()
rhub::check_on_fedora()
# rhub::check_on_macos()
#rhub::check_on_solaris()
# _win devel
devtools::check_win_devel()

Expand Down

0 comments on commit a00892a

Please sign in to comment.