Skip to content

Commit

Permalink
finish checks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 2, 2019
1 parent 0febbe1 commit af431f1
Showing 1 changed file with 17 additions and 31 deletions.
48 changes: 17 additions & 31 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,18 @@

## Test Results

### Linix

R CMD check --as-cran vtreat_1.3.3.tar.gz
* using R version 3.5.1 (2018-07-02)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘vtreat/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘vtreat’ version ‘1.3.3’
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
* checking top-level files ... WARNING
Conversion of ‘README.md’ failed:
pandoc: Could not fetch https://www.r-pkg.org/badges/version/vtreat
TlsExceptionHostPort (HandshakeFailed (Error_Misc "user error (unexpected type received. expecting handshake and got: Alert [(AlertLevel_Fatal,HandshakeFailure)])")) "www.r-pkg.org" 443
Status: 1 WARNING
Warning is spurious, link exists.


### OSX


R CMD check --as-cran vtreat_1.3.4.tar.gz
* using R version 3.5.0 (2018-04-23)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘vtreat/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘vtreat’ version ‘1.3.3
* this is package ‘vtreat’ version ‘1.3.4
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
* checking top-level files ... WARNING
Expand All @@ -45,17 +27,21 @@ TlsExceptionHostPort (HandshakeFailed (Error_Misc "user error (unexpected type r

### Windows

devtools::build_win()
* using R Under development (unstable) (2018-12-17 r75857)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'vtreat/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'vtreat' version '1.3.3'
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'John Mount <jmount@win-vector.com>'
Status: OK

rhub::check_for_cran()
635#> * using log directory 'C:/Users/USERPLHyKxUmFj/vtreat.Rcheck'
636#> * using R Under development (unstable) (2018-12-26 r75909)
637#> * using platform: x86_64-w64-mingw32 (64-bit)
638#> * using session charset: ISO8859-1
639#> * using option '--as-cran'
640#> * checking for file 'vtreat/DESCRIPTION' ... OK
641#> * checking extension type ... Package
642#> * this is package 'vtreat' version '1.3.4'
643#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
644#> Maintainer: 'John Mount '
686#> * checking sizes of PDF files under 'inst/doc' ... NOTE
687#> Unable to find GhostScript executable to run checks on size reduction
700#> Status: 1 NOTE

## Downstream dependencies

No declared reverse dependencies:
Expand Down

0 comments on commit af431f1

Please sign in to comment.