-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d512069
commit f963a31
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |