Skip to content

Commit

Permalink
Update cran comments and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Jan 26, 2025
1 parent d512069 commit f963a31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ordinalsimr 0.1.2

* Updates to match CRAN submission standards

# ordinalsimr 0.1.1

* Create DOI via Zenodo and add to CITATION file
Expand Down
13 changes: 9 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## R CMD check results
## Resubmission -- 0.1.2

0 errors | 0 warnings | 1 note
This is a resubmission. In this version I have:

* Reformatted the DESCRIPTION file to follow the CRAN guidelines for writing package names.
* Updated code in the `ordinalsimr-options` vignette to reset the options to their default values after the vignette is run.
* Reduced the number of simulation iterations from 50 to 40 in the example for `run_simulations.R` to keep the run time for examples under 5s. Previously, the example took 5.019s to run on r-devel-linux-x86_64-debian-gcc.
* A @return tag was added to the `run_app` function in the `run_app.R` file, and indicates the function is called for its side-effects

Additionally, we are currently working on a manuscript that will be added to the DESCRIPTION and CITATION files in a later release.

* This is a new release.
* This package imports the {rms} package which depends on R (>= 4.4.0).

0 comments on commit f963a31

Please sign in to comment.