Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 29, 2019
1 parent bbc85a9 commit 3dd0ffe
Showing 1 changed file with 22 additions and 48 deletions.
70 changes: 22 additions & 48 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,61 +5,36 @@
### Windows

devtools::build_win()
* using R version 3.5.2 (2018-12-20)
* using R Under development (unstable) (2019-01-27 r76018)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'wrapr/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'wrapr' version '1.8.2'
* this is package 'wrapr' version '1.8.3'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'John Mount <[email protected]>'
Status: OK

rhub::check_for_cran()
485#> * using R Under development (unstable) (2018-12-26 r75909)
486#> * using platform: x86_64-w64-mingw32 (64-bit)
487#> * using session charset: ISO8859-1
488#> * using option '--as-cran'
489#> * checking for file 'wrapr/DESCRIPTION' ... OK
490#> * this is package 'wrapr' version '1.8.2'
491#> * checking extension type ... Package
492#> * package encoding: UTF-8
493#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
494#> Maintainer: 'John Mount '
536#> * checking sizes of PDF files under 'inst/doc' ... NOTE
537#> Unable to find GhostScript executable to run checks on size reduction
550#> Status: 1 NOTE
Note is an R-hub problem, not a package problem.


### Linux

rhub::check_for_cran()
1129#> * using R version 3.4.4 (2018-03-15)
1130#> * using platform: x86_64-pc-linux-gnu (64-bit)
1131#> * using session charset: UTF-8
1132#> * using option ‘--as-cran’
1133#> * checking for file ‘wrapr/DESCRIPTION’ ... OK
1134#> * checking extension type ... Package
1135#> * this is package ‘wrapr’ version ‘1.8.2’
1136#> * package encoding: UTF-8
1137#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1138#> Maintainer: ‘John Mount ’
1192#> Status: OK

rhub::check_for_cran()
2346#> * using R Under development (unstable) (2018-12-22 r75884)
2347#> * using platform: x86_64-pc-linux-gnu (64-bit)
2348#> * using session charset: UTF-8
2349#> * using option ‘--as-cran’
2350#> * checking for file ‘wrapr/DESCRIPTION’ ... OK
2351#> * checking extension type ... Package
2352#> * this is package ‘wrapr’ version ‘1.8.2’
2353#> * package encoding: UTF-8
2354#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
2355#> Maintainer: ‘John Mount ’
2411#> Status: OK

### MacOS

R CMD check --as-cran wrapr_1.8.3.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 ‘wrapr/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘wrapr’ version ‘1.8.3’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
* checking top-level files ... WARNING
Conversion of ‘README.md’ failed:
pandoc: Could not fetch https://www.r-pkg.org/badges/version/wrapr
TlsException (HandshakeFailed (Error_Protocol ("expecting server hello, got alert : [(AlertLevel_Fatal,HandshakeFailure)]",True,HandshakeFailure)))
Status: 1 WARNING
Warning is spurious, link is good.


## Downstream dependencies
Expand All @@ -78,4 +53,3 @@
Checked vtreat : 0 errors | 0 warnings | 0 notes
Checked WVPlots : 0 errors | 0 warnings | 0 notes


0 comments on commit 3dd0ffe

Please sign in to comment.