Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 7, 2020
1 parent 6250020 commit bdcad65
Show file tree
Hide file tree
Showing 28 changed files with 737 additions and 188 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Expand Up @@ -2,7 +2,7 @@ Package: vtreat
Type: Package
Title: A Statistically Sound 'data.frame' Processor/Conditioner
Version: 1.5.0
Date: 2019-12-29
Date: 2020-01-07
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 @@ -25,8 +25,8 @@ Imports:
parallel,
wrapr (>= 1.9.3)
Suggests:
rquery (>= 1.3.9),
rqdatatable (>= 1.2.3),
rquery (>= 1.4.0),
rqdatatable (>= 1.2.4),
isotone,
lme4,
knitr,
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
@@ -1,7 +1,7 @@

# vtreat 1.5.0 2019/12/29
# vtreat 1.5.0 2020/01/07

* Fix multlinomial variable restriction.
* Fix multinomial variable restriction.
* Fix FT multinomial columns copy.
* Work on ft serialization environments.
* More tests.
Expand Down
44 changes: 31 additions & 13 deletions cran-comments.md
@@ -1,25 +1,43 @@

## Test Results


### OSX

R CMD check --as-cran vtreat_1.5.0.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.5.0’
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>

* 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.5.0’
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
Status: OK

### Windows

rhub::check_for_cran()
GhostScript NOTE is a property of the test environment, not of the package.
rhub::check_for_cran()
595#> setting _R_CHECK_FORCE_SUGGESTS_ to false
596#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
597#> setting R_REMOTES_STANDALONE to true
598#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
599#> setting _R_CHECK_FORCE_SUGGESTS_ to true
600#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
601#> * using log directory 'C:/Users/USERHcCdOFfKjh/vtreat.Rcheck'
602#> * using R Under development (unstable) (2019-11-08 r77393)
603#> * using platform: x86_64-w64-mingw32 (64-bit)
604#> * using session charset: ISO8859-1
605#> * using option '--as-cran'
606#> * checking for file 'vtreat/DESCRIPTION' ... OK
607#> * checking extension type ... Package
608#> * this is package 'vtreat' version '1.5.0'
609#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
610#> Maintainer: 'John Mount '
652#> * checking sizes of PDF files under 'inst/doc' ... NOTE
653#> Unable to find GhostScript executable to run checks on size reduction
668#> Status: 1 NOTE
GhostScript NOTE is a property of the test environment, not of the package.

## Downstream dependencies

Expand Down
2 changes: 1 addition & 1 deletion 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.

8 changes: 4 additions & 4 deletions docs/articles/VariableImportance.html

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

12 changes: 6 additions & 6 deletions docs/articles/vtreat.html

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

36 changes: 18 additions & 18 deletions docs/articles/vtreatCrossFrames.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/vtreatGrouping.html

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

0 comments on commit bdcad65

Please sign in to comment.