Skip to content

Commit

Permalink
re-build and re-check
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jul 16, 2019
1 parent 16ec027 commit 1cf9f08
Show file tree
Hide file tree
Showing 77 changed files with 303 additions and 290 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Expand Up @@ -2,7 +2,7 @@ Package: vtreat
Type: Package
Title: A Statistically Sound 'data.frame' Processor/Conditioner
Version: 1.4.3
Date: 2019-07-06
Date: 2019-07-16
Authors@R: c(
person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
person("Nina", "Zumel", email = "nzumel@win-vector.com", role = c("aut")),
Expand All @@ -23,10 +23,10 @@ Depends:
Imports:
stats,
parallel,
wrapr (>= 1.8.7)
wrapr (>= 1.8.8)
Suggests:
rquery (>= 1.3.5),
rqdatatable (>= 1.1.8),
rquery (>= 1.3.6),
rqdatatable (>= 1.1.9),
isotone,
lme4,
knitr,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,5 +1,5 @@

# vtreat 1.4.3 2019/07/06
# vtreat 1.4.3 2019/07/16

* Fix bug in custom coder NA path and let numeric coder center if wanted.
* More tests.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -244,7 +244,7 @@ Trivial example:
``` r
library("vtreat")
packageVersion("vtreat")
# [1] '1.4.1'
# [1] '1.4.3'
citation('vtreat')
#
# To cite package 'vtreat' in publications use:
Expand Down
33 changes: 18 additions & 15 deletions cran-comments.md
Expand Up @@ -6,43 +6,46 @@

### OSX

R CMD check --as-cran vtreat_1.4.1.tar.gz
R CMD check --as-cran vtreat_1.4.3.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.1
* this is package ‘vtreat’ version ‘1.4.3
* 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
URLs https://www.jstor.org/stable/2683780 and https://www.r-pkg.org/badges/version/vtreat are correct and working.


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()
565#> * using R Under development (unstable) (2019-06-21 r76731)
566#> * using platform: x86_64-w64-mingw32 (64-bit)
567#> * using session charset: ISO8859-1
568#> * using option '--as-cran'
615#> * checking sizes of PDF files under 'inst/doc' ... NOTE
616#> Unable to find GhostScript executable to run checks on size reduction
630#> Status: 1 NOTE

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.


## Downstream dependencies

No declared reverse dependencies ( https://github.com/WinVector/vtreat/blob/master/extras/check_reverse_dependencies.md ).
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/MultiClassVtreat.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/SavingTreamentPlans.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/articles/VariableImportance.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 24 additions & 24 deletions docs/articles/vtreat.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cf9f08

Please sign in to comment.