Skip to content

Commit

Permalink
recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jul 27, 2019
1 parent 7052726 commit d4e14ff
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
38 changes: 25 additions & 13 deletions cran-comments.md
Expand Up @@ -7,24 +7,36 @@
### OSX

R CMD check --as-cran vtreat_1.4.4.tar.gz
* using R version 3.6.0 (2019-04-26)
* 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.4.4’
* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘John Mount <jmount@win-vector.com>’
Found the following (possibly) invalid URLs:
URL: https://www.jstor.org/stable/2683780
From: inst/doc/vtreat.html
Status: 403
Message: Forbidden
* checking top-level files ... WARNING
Conversion of ‘README.md’ failed:
pandoc: Could not fetch https://www.r-pkg.org/badges/version/vtreat
TlsException (HandshakeFailed (Error_Protocol ("expecting server hello, got alert : [(AlertLevel_Fatal,HandshakeFailure)]",True,HandshakeFailure)))
Status: 1 WARNING, 1 NOTE
WARNING and NOTE are spurious, URLs https://www.jstor.org/stable/2683780 and https://www.jstor.org/stable/2683780 are correct and working.

### Windows

rhub::check_for_cran()
682#> * using R Under development (unstable) (2019-07-04 r76780)
683#> * using platform: x86_64-w64-mingw32 (64-bit)
684#> * using session charset: ISO8859-1
685#> * using option '--as-cran'
686#> * checking for file 'vtreat/DESCRIPTION' ... OK
687#> * checking extension type ... Package
688#> * this is package 'vtreat' version '1.4.3'
689#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
690#> Maintainer: 'John Mount '
732#> * checking sizes of PDF files under 'inst/doc' ... NOTE
733#> Unable to find GhostScript executable to run checks on size reduction
747#> Status: 1 NOTE
NOTE is a property of the test environment, not the package.
Build ID: vtreat_1.4.4.tar.gz-d878c7bb020e4c0abb135d9e32ceee14
Platform: Windows Server 2008 R2 SP1, R-devel, 32/64 bit
NOTES:
* checking sizes of PDF files under 'inst/doc' ... NOTE
Unable to find GhostScript executable to run checks on size reduction
GhostScript NOTE is a property of the test environment, not the package.


## Downstream dependencies
Expand Down
4 changes: 2 additions & 2 deletions extras/check_reverse_dependencies.md
Expand Up @@ -14,7 +14,7 @@ packageVersion(package)
date()
```

## [1] "Wed Jul 24 14:10:36 2019"
## [1] "Sat Jul 27 07:38:25 2019"

``` r
parallelCluster <- NULL
Expand All @@ -33,7 +33,7 @@ setwd(td)
print(td)
```

## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmpn8Se1u"
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpbHS30J"

``` r
options(repos = c(CRAN="https://cloud.r-project.org"))
Expand Down

0 comments on commit d4e14ff

Please sign in to comment.