|
1 | 1 |
|
| 2 | +This is a quick fix to undo the check-problem my 1.9.4 release caused by using the s= option in sQuote(), which is not available in older Rs. |
| 3 | +Please consider accepting this even though it is a quick re-release. |
| 4 | + |
2 | 5 | ## Test environments |
3 | 6 |
|
4 | 7 | ### Windows |
5 | 8 |
|
6 | 9 | rhub::check_for_cran() |
7 | | - 502#> setting _R_CHECK_FORCE_SUGGESTS_ to false |
8 | | - 503#> setting R_COMPILE_AND_INSTALL_PACKAGES to never |
9 | | - 504#> setting R_REMOTES_STANDALONE to true |
10 | | - 505#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true |
11 | | - 506#> setting _R_CHECK_FORCE_SUGGESTS_ to true |
12 | | - 507#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true |
13 | | - 508#> * using log directory 'C:/Users/USERFhYOKjJPCy/wrapr.Rcheck' |
14 | | - 509#> * using R Under development (unstable) (2020-01-07 r77637) |
15 | | - 510#> * using platform: x86_64-w64-mingw32 (64-bit) |
16 | | - 511#> * using session charset: ISO8859-1 |
17 | | - 512#> * using option '--as-cran' |
18 | | - 513#> * checking for file 'wrapr/DESCRIPTION' ... OK |
19 | | - 514#> * checking extension type ... Package |
20 | | - 515#> * this is package 'wrapr' version '1.9.4' |
21 | | - 516#> * package encoding: UTF-8 |
22 | | - 517#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
23 | | - 518#> Maintainer: 'John Mount ' |
24 | | - 560#> * checking sizes of PDF files under 'inst/doc' ... NOTE |
25 | | - 561#> Unable to find GhostScript executable to run checks on size reduction |
26 | | - 576#> Status: 1 NOTE |
27 | | - The GhostScript note is a property of the check installation, not the package. |
| 10 | + 603#> setting _R_CHECK_FORCE_SUGGESTS_ to false |
| 11 | + 604#> setting R_COMPILE_AND_INSTALL_PACKAGES to never |
| 12 | + 605#> setting R_REMOTES_STANDALONE to true |
| 13 | + 606#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true |
| 14 | + 607#> setting _R_CHECK_FORCE_SUGGESTS_ to true |
| 15 | + 608#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true |
| 16 | + 609#> * using log directory 'C:/Users/USERcbRUGPhJHI/wrapr.Rcheck' |
| 17 | + 610#> * using R Under development (unstable) (2020-01-07 r77637) |
| 18 | + 611#> * using platform: x86_64-w64-mingw32 (64-bit) |
| 19 | + 612#> * using session charset: ISO8859-1 |
| 20 | + 613#> * using option '--as-cran' |
| 21 | + 614#> * checking for file 'wrapr/DESCRIPTION' ... OK |
| 22 | + 615#> * checking extension type ... Package |
| 23 | + 616#> * this is package 'wrapr' version '1.9.5' |
| 24 | + 617#> * package encoding: UTF-8 |
| 25 | + 618#> * checking CRAN incoming feasibility ... NOTE |
| 26 | + 619#> Maintainer: 'John Mount ' |
| 27 | + 620#> Days since last update: 1 |
| 28 | + 662#> * checking sizes of PDF files under 'inst/doc' ... NOTE |
| 29 | + 663#> Unable to find GhostScript executable to run checks on size reduction |
| 30 | + The GhostScript note is a property of the check installation, not the package. |
| 31 | + 678#> Status: 2 NOTEs |
28 | 32 |
|
29 | 33 | ### MacOS |
30 | 34 |
|
31 | | - R CMD check --as-cran wrapr_1.9.4.tar.gz |
| 35 | + R CMD check --as-cran wrapr_1.9.5.tar.gz |
32 | 36 | * using R version 3.6.0 (2019-04-26) |
33 | 37 | * using platform: x86_64-apple-darwin15.6.0 (64-bit) |
34 | 38 | * using session charset: UTF-8 |
35 | 39 | * using option ‘--as-cran’ |
36 | 40 | * checking for file ‘wrapr/DESCRIPTION’ ... OK |
37 | 41 | * checking extension type ... Package |
38 | | - * this is package ‘wrapr’ version ‘1.9.4’ |
| 42 | + * this is package ‘wrapr’ version ‘1.9.5’ |
39 | 43 | * package encoding: UTF-8 |
40 | | - * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 44 | + * checking CRAN incoming feasibility ... NOTE |
41 | 45 | Maintainer: ‘John Mount <[email protected]>’ |
42 | | - Status: OK |
43 | | - |
44 | | - |
| 46 | + Days since last update: 1 |
| 47 | + Status: 1 NOTE |
45 | 48 |
|
46 | 49 | ## Downstream dependencies |
47 | 50 |
|
|
0 commit comments