-
Notifications
You must be signed in to change notification settings - Fork 73
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
a862a6b
commit 5981eb1
Showing
1 changed file
with
8 additions
and
28 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,43 +1,23 @@ | ||
|
||
# Test environments passing | ||
* Local: R version 4.0.3 (2020-10-10), x86_64-pc-linux-gnu (64-bit), Ubuntu 20.04.2 LTS | ||
* win-builder: R version 4.1.0 alpha (2021-05-01 r80254), using platform: x86_64-w64-mingw32 (64-bit) | ||
* R-hub: R version 4.0.5 (2021-03-31), platform: x86_64-apple-darwin17.0 (64-bit) | ||
* AppVeyor: R version 4.0.5 Patched (2021-03-31 r80182) | ||
* Local: R version 4.1.0 (2021-05-18) x86_64-pc-linux-gnu (64-bit), Ubuntu 20.04.2 LTS | ||
* win-builder: R Under development (unstable) (2021-06-22 r80544), using platform: x86_64-w64-mingw32 (64-bit) | ||
* AppVeyor: R version 4.1.0 Patched (2021-06-23 r80548) | ||
Platform: x86_64-w64-mingw32/x64 (64-bit) | ||
Running under: Windows Server 2012 R2 x64 (build 9600) | ||
|
||
* R-hub: R version 4.1.0 (2021-05-18), platform: x86_64-apple-darwin17.0 (64-bit) | ||
|
||
## Local R CMD check results | ||
Checking installed package size ... NOTE | ||
installed size is 6.2Mb | ||
sub-directories of 1Mb or more: | ||
data 5.3Mb | ||
R CMD check results | ||
0 errors | 0 warnings | 1 note | ||
0 errors ✓ | 0 warnings ✓ | 0 notes ✓ | ||
R CMD check succeeded | ||
(CRAN granted exception on version 1.3.0) | ||
|
||
## win-builder | ||
checking LazyData ... WARNING | ||
LazyData DB of 5.3 MB without LazyDataCompression set | ||
See 1.1.6 of 'Writing R Extensions' | ||
Status: 1 NOTE | ||
(CRAN granted exception on version 1.3.0) | ||
Status: OK | ||
|
||
## R-hub | ||
checking installed package size ... NOTE | ||
installed size is 6.9Mb | ||
sub-directories of 1Mb or more: | ||
data 6.0Mb | ||
(CRAN granted exception on version 1.3.0) | ||
Status: 1 NOTE | ||
Status: OK | ||
|
||
## AppVeyor | ||
checking installed package size ... NOTE | ||
installed size is 5.8Mb | ||
sub-directories of 1Mb or more: | ||
data 5.4Mb | ||
|
||
Status: OK | ||
Build success | ||
|