-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update comments; briefly explain main fix
- Loading branch information
1 parent
55af931
commit b7c43a1
Showing
2 changed files
with
30 additions
and
9 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,9 +1,18 @@ | ||
## Release summary | ||
|
||
- In addition to some minor improvements, this version fixes a failing tests under r-devel ("Error: invalid 'size' argument"). Values supplied to the 'size' argument in sample.int are now length == 1, therefore passing a new error trap in sample.int. | ||
|
||
## Test environments | ||
|
||
- local R installation, R 4.1.2 | ||
- ubuntu 16.04 (on travis-ci), R 4.1.2 | ||
- win-builder (devel) | ||
- R-hub windows-x86_64-devel (r-devel) | ||
- R-hub fedora-clang-devel (r-devel) | ||
- R-hub ubuntu-gcc-release (r-release) | ||
|
||
## R CMD check results | ||
|
||
> On windows-x86_64-devel (r-devel), fedora-clang-devel (r-devel), ubuntu-gcc-release (r-release) | ||
checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Paul Regular <[email protected]>' | ||
|
@@ -16,15 +25,27 @@ | |
> On windows-x86_64-devel (r-devel) | ||
checking package dependencies ... NOTE | ||
Package suggested but not available for checking: 'INLA' | ||
* checking for detritus in the temp directory ... NOTE | ||
Found the following files/directories: | ||
'lastMiKTeXException' | ||
|
||
> On fedora-clang-devel (r-devel), ubuntu-gcc-release (r-release) | ||
checking examples ... NOTE | ||
> On fedora-clang-devel (r-devel) | ||
* checking examples ... NOTE | ||
Examples with CPU (user + system) or elapsed time > 5s | ||
user system elapsed | ||
sim_survey 9.644 0.471 1.965 | ||
run_strat 7.009 0.228 1.536 | ||
strat_error 5.742 0.183 0.760 | ||
** found \donttest examples: check also with --run-donttest | ||
|
||
> On ubuntu-gcc-release (r-release) | ||
* checking examples ... NOTE | ||
Examples with CPU (user + system) or elapsed time > 5s | ||
user system elapsed | ||
sim_survey 4.029 0.084 8.099 | ||
run_strat 3.401 0.113 7.143 | ||
sim_abundance 3.189 0.151 6.778 | ||
strat_error 2.532 0.064 5.030 | ||
user system elapsed | ||
run_strat 8.217 0.057 2.038 | ||
** found \donttest examples: check also with --run-donttest | ||
|
||
0 errors √ | 0 warnings √ | 3 notes x | ||
0 errors √ | 0 warnings √ | 4 notes x | ||
|
||
|
||
|
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