|
1 | 1 |
|
2 | 2 |
|
3 | | -## Test environments |
4 | | - |
5 | | - * OSX |
6 | | - * using R version 3.5.0 (2018-04-23) |
7 | | - * using platform: x86_64-apple-darwin15.6.0 (64-bit) |
8 | | - |
9 | | - * Windows |
10 | | - * using R Under development (unstable) (2018-09-09 r75268) |
11 | | - * using platform: x86_64-w64-mingw32 (64-bit) |
12 | 3 |
|
13 | 4 | ## Test Results |
14 | 5 |
|
15 | | - R CMD check --as-cran vtreat_1.3.1.tar.gz |
| 6 | +### OSX |
| 7 | + |
| 8 | + R CMD check --as-cran vtreat_1.3.2.tar.gz |
| 9 | + * using R version 3.5.0 (2018-04-23) |
| 10 | + * using platform: x86_64-apple-darwin15.6.0 (64-bit) |
| 11 | + * using session charset: UTF-8 |
16 | 12 | * using option ‘--as-cran’ |
17 | 13 | * checking for file ‘vtreat/DESCRIPTION’ ... OK |
18 | 14 | * checking extension type ... Package |
19 | | - * this is package ‘vtreat’ version ‘1.3.1’ |
| 15 | + * this is package ‘vtreat’ version ‘1.3.2’ |
20 | 16 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
21 | 17 | Maintainer: ‘John Mount <[email protected]>’ |
22 | | - * checking top-level files ... WARNING |
23 | 18 | Conversion of ‘README.md’ failed: |
24 | 19 | pandoc: Could not fetch https://www.r-pkg.org/badges/version/vtreat |
25 | | - TlsExceptionHostPort (HandshakeFailed (Error_Misc "user error (unexpected type received. expecting handshake and got: Alert [(AlertLevel_Fatal,HandshakeFailure)])")) "www.r-pkg.org" 443 |
26 | | - |
| 20 | + TlsException (HandshakeFailed (Error_Protocol ("expecting server hello, got alert : [(AlertLevel_Fatal,HandshakeFailure)]",True,HandshakeFailure))) |
27 | 21 | Status: 1 WARNING |
| 22 | + Warning is an artifact of http redirects in badge processing, and is a spurious warning. Does not occur on Win-Builder. |
28 | 23 |
|
29 | | - Warning is an artifact of local badge processing, and not a true dead URL. Does not occur on Win-Builder. |
| 24 | +### Windows |
30 | 25 |
|
| 26 | + devtools::build_win() |
| 27 | + * using R Under development (unstable) (2018-11-02 r75540) |
| 28 | + * using platform: x86_64-w64-mingw32 (64-bit) |
| 29 | + * using session charset: ISO8859-1 |
| 30 | + * checking for file 'vtreat/DESCRIPTION' ... OK |
| 31 | + * checking extension type ... Package |
| 32 | + * this is package 'vtreat' version '1.3.2' |
| 33 | + * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 34 | + Maintainer: 'John Mount <[email protected]>' |
| 35 | + Status: OK |
| 36 | + |
| 37 | + rhub::check_for_cran() |
| 38 | + 601#> * using R Under development (unstable) (2018-09-27 r75377) |
| 39 | + 602#> * using platform: x86_64-w64-mingw32 (64-bit) |
| 40 | + 603#> * using session charset: ISO8859-1 |
| 41 | + 604#> * using option '--as-cran' |
| 42 | + 605#> * checking for file 'vtreat/DESCRIPTION' ... OK |
| 43 | + 606#> * checking extension type ... Package |
| 44 | + 607#> * this is package 'vtreat' version '1.3.2' |
| 45 | + 608#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 46 | + 609#> Maintainer: 'John Mount ' |
| 47 | + 652#> Unable to find GhostScript executable to run checks on size reduction |
| 48 | + 665#> Status: 1 NOTE |
| 49 | + NOTE is spurious warning about "Unable to find GhostScript executable to run checks on size reduction" |
31 | 50 |
|
32 | 51 | ## Downstream dependencies |
33 | 52 |
|
|
0 commit comments