|
6 | 6 | ### Windows |
7 | 7 |
|
8 | 8 | devtools::check_win_devel() |
9 | | - |
10 | | - rhub::check_for_cran() |
11 | | - 609#> setting _R_CHECK_FORCE_SUGGESTS_ to false |
12 | | - 610#> setting R_COMPILE_AND_INSTALL_PACKAGES to never |
13 | | - 611#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false |
14 | | - 612#> setting R_REMOTES_STANDALONE to true |
15 | | - 613#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true |
16 | | - 614#> setting _R_CHECK_FORCE_SUGGESTS_ to true |
17 | | - 615#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true |
18 | | - 616#> * using log directory 'C:/Users/USERHajKTosAYi/wrapr.Rcheck' |
19 | | - 617#> * using R Under development (unstable) (2021-01-24 r79877) |
20 | | - 618#> * using platform: x86_64-w64-mingw32 (64-bit) |
21 | | - 619#> * using session charset: ISO8859-1 |
22 | | - 620#> * using option '--as-cran' |
23 | | - 621#> * checking for file 'wrapr/DESCRIPTION' ... OK |
24 | | - 622#> * checking extension type ... Package |
25 | | - 623#> * this is package 'wrapr' version '2.0.7' |
26 | | - 624#> * package encoding: UTF-8 |
27 | | - 625#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
28 | | - 626#> Maintainer: 'John Mount ' |
29 | | - ... |
30 | | - 668#> * checking sizes of PDF files under 'inst/doc' ... NOTE |
31 | | - 669#> Unable to find GhostScript executable to run checks on size reduction |
| 9 | + * using R Under development (unstable) (2021-06-07 r80458) |
| 10 | + * using platform: x86_64-w64-mingw32 (64-bit) |
| 11 | + * using session charset: ISO8859-1 |
| 12 | + * checking for file 'wrapr/DESCRIPTION' ... OK |
| 13 | + * checking extension type ... Package |
| 14 | + * this is package 'wrapr' version '2.0.8' |
| 15 | + * package encoding: UTF-8 |
| 16 | + * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 17 | + Maintainer: 'John Mount <[email protected]>' |
32 | 18 | ... |
33 | | - 684#> Status: 1 NOTE |
34 | | - Note is a property of test facility, not of the package. |
| 19 | + Status: OK |
35 | 20 |
|
36 | 21 | ### MacOS |
37 | 22 |
|
38 | | - R CMD check --as-cran wrapr_2.0.7.tar.gz |
| 23 | + R CMD check --as-cran wrapr_2.0.8.tar.gz |
39 | 24 | * using R version 4.0.2 (2020-06-22) |
40 | 25 | * using platform: x86_64-apple-darwin17.0 (64-bit) |
41 | 26 | * using session charset: UTF-8 |
42 | 27 | * using option ‘--as-cran’ |
43 | 28 | * checking for file ‘wrapr/DESCRIPTION’ ... OK |
44 | 29 | * checking extension type ... Package |
45 | | - * this is package ‘wrapr’ version ‘2.0.7’ |
| 30 | + * this is package ‘wrapr’ version ‘2.0.8’ |
46 | 31 | * package encoding: UTF-8 |
47 | 32 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
48 | 33 | Maintainer: ‘John Mount <[email protected]>’ |
49 | 34 | ... |
50 | 35 | Status: OK |
| 36 | + |
| 37 | +### Linux |
51 | 38 |
|
| 39 | + rhub::check_for_cran() |
| 40 | + 1345#> * using R Under development (unstable) (2021-06-09 r80471) |
| 41 | + 1346#> * using platform: x86_64-pc-linux-gnu (64-bit) |
| 42 | + 1347#> * using session charset: UTF-8 |
| 43 | + 1348#> * using option ‘--as-cran’ |
| 44 | + 1349#> * checking for file ‘wrapr/DESCRIPTION’ ... OK |
| 45 | + 1350#> * checking extension type ... Package |
| 46 | + 1351#> * this is package ‘wrapr’ version ‘2.0.8’ |
| 47 | + 1352#> * package encoding: UTF-8 |
| 48 | + 1353#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 49 | + 1354#> Maintainer: ‘John Mount ’ |
| 50 | + 1412#> Status: OK |
52 | 51 |
|
53 | 52 | ## Downstream dependencies |
54 | 53 |
|
55 | 54 | Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md . |
| 55 | + RccpDynprog failure is wrong compiler on MacOS. |
56 | 56 |
|
0 commit comments