Skip to content

Commit 88799fd

Browse files
committed
complete checks
1 parent 9074a04 commit 88799fd

File tree

1 file changed

+34
-15
lines changed

1 file changed

+34
-15
lines changed

cran-comments.md

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,52 @@
11

22

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)
123

134
## Test Results
145

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
1612
* using option ‘--as-cran’
1713
* checking for file ‘vtreat/DESCRIPTION’ ... OK
1814
* checking extension type ... Package
19-
* this is package ‘vtreat’ version ‘1.3.1
15+
* this is package ‘vtreat’ version ‘1.3.2
2016
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
2117
Maintainer: ‘John Mount <[email protected]>’
22-
* checking top-level files ... WARNING
2318
Conversion of ‘README.md’ failed:
2419
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)))
2721
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.
2823

29-
Warning is an artifact of local badge processing, and not a true dead URL. Does not occur on Win-Builder.
24+
### Windows
3025

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"
3150

3251
## Downstream dependencies
3352

0 commit comments

Comments
 (0)