-
Notifications
You must be signed in to change notification settings - Fork 17
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
Showing
1 changed file
with
14 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
## Release summary | ||
This is a second submission that fixes an invalid URL identified during the | ||
first submission. | ||
|
||
The purpose of the release more generally is to fix problems with the HTML version of the manual noted by CRAN in a recent email. | ||
The primary purpose of this release is to fix problems identified by the | ||
CRAN checks. Additional details of the release can be found at: | ||
https://hesim-dev.github.io/hesim/news/index.html#hesim-054 | ||
|
||
## Test environments | ||
* Local OS X, R 4.2.1 | ||
* Ubuntu 20.04.4 (on GitHub actions), R-devel, R 4.2.1 | ||
* Microsoft Windows Server 2022 10.0.20348 (on GitHub actions) R 4.2.1 | ||
* Local OS X, R 4.2.2 | ||
* Ubuntu 20.04.6 (on GitHub actions), R-devel, R 4.3.2 | ||
* Microsoft Windows Server 2022 10.0.20348 (on GitHub actions) R 4.3.2 | ||
* win-builder (devel, release) | ||
* R-hub builder | ||
|
||
## R CMD check results | ||
0 errors | 0 warnings | 1 note | ||
## Local R CMD check results | ||
0 errors | 0 warnings | 2 notes | ||
|
||
* checking installed package size ... NOTE | ||
installed size is 6.1Mb | ||
installed size is 5.9Mb | ||
sub-directories of 1Mb or more: | ||
doc 2.2Mb | ||
libs 2.0Mb | ||
libs 1.8Mb | ||
|
||
* checking dependencies in R code ... NOTE | ||
Namespace in Imports field not imported from: ‘R6’ | ||
All declared Imports should be used. |