Skip to content

Commit d4e14ff

Browse files
committed
recheck
1 parent 7052726 commit d4e14ff

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

cran-comments.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,36 @@
77
### OSX
88

99
R CMD check --as-cran vtreat_1.4.4.tar.gz
10+
* using R version 3.6.0 (2019-04-26)
11+
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
12+
* using session charset: UTF-8
13+
* using option ‘--as-cran’
14+
* checking for file ‘vtreat/DESCRIPTION’ ... OK
15+
* checking extension type ... Package
16+
* this is package ‘vtreat’ version ‘1.4.4’
17+
* checking CRAN incoming feasibility ... NOTE
18+
Maintainer: ‘John Mount <[email protected]>’
19+
Found the following (possibly) invalid URLs:
20+
URL: https://www.jstor.org/stable/2683780
21+
From: inst/doc/vtreat.html
22+
Status: 403
23+
Message: Forbidden
24+
* checking top-level files ... WARNING
25+
Conversion of ‘README.md’ failed:
26+
pandoc: Could not fetch https://www.r-pkg.org/badges/version/vtreat
27+
TlsException (HandshakeFailed (Error_Protocol ("expecting server hello, got alert : [(AlertLevel_Fatal,HandshakeFailure)]",True,HandshakeFailure)))
28+
Status: 1 WARNING, 1 NOTE
1029
WARNING and NOTE are spurious, URLs https://www.jstor.org/stable/2683780 and https://www.jstor.org/stable/2683780 are correct and working.
1130

1231
### Windows
1332

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

2941

3042
## Downstream dependencies

extras/check_reverse_dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packageVersion(package)
1414
date()
1515
```
1616

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

1919
``` r
2020
parallelCluster <- NULL
@@ -33,7 +33,7 @@ setwd(td)
3333
print(td)
3434
```
3535

36-
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmpn8Se1u"
36+
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpbHS30J"
3737

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

0 commit comments

Comments
 (0)