-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 changed files
with
16 additions
and
13 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
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,28 +1,25 @@ | ||
## Fixes | ||
This version addresses failed build under R-devel due to the change in random number generation for current R-devel. | ||
This version fixes the Rd metadata check NOTEs regarding PKGNAME alias. | ||
|
||
## Test environments | ||
* local macOS Mojave 10.14.3, R 3.5.3 | ||
* macOS High Sierra 10.13.3 on travis-ci, R 3.4.4 | ||
* Ubuntu 14.04.5 LTS on travis-ci, R devel, release and oldrel (with valgrind) | ||
* Windows Server 2012 R2 x64 build 9600 on appveyor-ci, R devel, release and oldrel | ||
* win-builder (devel) | ||
r-lib GH action | ||
- {os: macos-latest, r: 'release'} | ||
- {os: windows-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} | ||
- {os: ubuntu-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'oldrel-1'} | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There were 2 NOTEs: | ||
There were 1 NOTEs: | ||
|
||
* checking installed package size ... NOTE | ||
installed size is 10.1Mb | ||
installed size is 19.7Mb | ||
sub-directories of 1Mb or more: | ||
libs 8.7Mb | ||
libs 18.2Mb | ||
|
||
*This NOTE appears only with linux systems (i.e., it does not appear with macOS or win-builder). The size is due to a .so file resulting from the usage of RcppEigen.* | ||
|
||
* Uses the superseded package: 'doSNOW' | ||
|
||
*Use of the 'doSNOW' package as opposed to the 'doParallel' package is required due to the support of the printed txtProgressBar in the 'doSNOW' package.* | ||
|
||
## Downstream dependencies | ||
There are currently no downstream dependencies for this package. |