|
6 | 6 | ### Windows |
7 | 7 |
|
8 | 8 | devtools::check_win_devel() |
9 | | - * using R Under development (unstable) (2020-11-12 r79423) |
| 9 | + * using R Under development (unstable) (2020-12-04 r79564) |
10 | 10 | * using platform: x86_64-w64-mingw32 (64-bit) |
11 | 11 | * using session charset: ISO8859-1 |
12 | 12 | * checking for file 'wrapr/DESCRIPTION' ... OK |
13 | 13 | * checking extension type ... Package |
14 | | - * this is package 'wrapr' version '2.0.5' |
| 14 | + * this is package 'wrapr' version '2.0.6' |
15 | 15 | * package encoding: UTF-8 |
16 | 16 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
17 | 17 | Maintainer: 'John Mount <[email protected]>' |
| 18 | + * checking package namespace information ... OK |
18 | 19 | ... |
19 | 20 | Status: OK |
20 | 21 |
|
21 | 22 | rhub::check_for_cran() |
22 | | - test facility not working. |
23 | | - |
| 23 | + 607#> setting _R_CHECK_FORCE_SUGGESTS_ to false |
| 24 | + 608#> setting R_COMPILE_AND_INSTALL_PACKAGES to never |
| 25 | + 609#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false |
| 26 | + 610#> setting R_REMOTES_STANDALONE to true |
| 27 | + 611#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true |
| 28 | + 612#> setting _R_CHECK_FORCE_SUGGESTS_ to true |
| 29 | + 613#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true |
| 30 | + 614#> * using log directory 'C:/Users/USERbylfYxeuqH/wrapr.Rcheck' |
| 31 | + 615#> * using R Under development (unstable) (2020-11-30 r79529) |
| 32 | + 616#> * using platform: x86_64-w64-mingw32 (64-bit) |
| 33 | + 617#> * using session charset: ISO8859-1 |
| 34 | + 618#> * using option '--as-cran' |
| 35 | + 619#> * checking for file 'wrapr/DESCRIPTION' ... OK |
| 36 | + 620#> * checking extension type ... Package |
| 37 | + 621#> * this is package 'wrapr' version '2.0.6' |
| 38 | + 622#> * package encoding: UTF-8 |
| 39 | + 623#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 40 | + 624#> Maintainer: 'John Mount ' |
| 41 | + 666#> * checking sizes of PDF files under 'inst/doc' ... NOTE |
| 42 | + 667#> Unable to find GhostScript executable to run checks on size reduction |
| 43 | + 682#> Status: 1 NOTE |
| 44 | + Note is a property of test facility, not of the package. |
| 45 | + |
24 | 46 | ### MacOS |
25 | 47 |
|
| 48 | + R CMD check --as-cran wrapr_2.0.6.tar.gz |
26 | 49 | * using R version 4.0.2 (2020-06-22) |
27 | 50 | * using platform: x86_64-apple-darwin17.0 (64-bit) |
28 | 51 | * using session charset: UTF-8 |
29 | 52 | * using option ‘--as-cran’ |
30 | 53 | * checking for file ‘wrapr/DESCRIPTION’ ... OK |
31 | 54 | * checking extension type ... Package |
32 | | - * this is package ‘wrapr’ version ‘2.0.5’ |
| 55 | + * this is package ‘wrapr’ version ‘2.0.6’ |
33 | 56 | * package encoding: UTF-8 |
34 | 57 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
35 | 58 | Maintainer: ‘John Mount <[email protected]>’ |
36 | 59 | ... |
37 | 60 | Status: OK |
38 | 61 |
|
39 | 62 |
|
40 | | - |
41 | 63 | ## Downstream dependencies |
42 | 64 |
|
43 | 65 | Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md . |
|
0 commit comments