From d4e14ff1cadad2aee384fe1f9c0baf372a1113e0 Mon Sep 17 00:00:00 2001 From: John Mount Date: Sat, 27 Jul 2019 07:52:53 -0700 Subject: [PATCH] recheck --- cran-comments.md | 38 ++++++++++++++++++---------- extras/check_reverse_dependencies.md | 4 +-- 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 4d82e0fd..4dab45ca 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 ’ + 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 diff --git a/extras/check_reverse_dependencies.md b/extras/check_reverse_dependencies.md index b31810bc..c75e84d3 100644 --- a/extras/check_reverse_dependencies.md +++ b/extras/check_reverse_dependencies.md @@ -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 @@ -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"))