Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Mar 10, 2020
1 parent f14b233 commit a389ad6
Show file tree
Hide file tree
Showing 21 changed files with 173 additions and 184 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: vtreat
Type: Package
Title: A Statistically Sound 'data.frame' Processor/Conditioner
Version: 1.6.0
Date: 2020-03-07
Date: 2020-03-10
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:
stats,
digest
Suggests:
rquery (>= 1.4.3),
rqdatatable (>= 1.2.6),
rquery (>= 1.4.4),
rqdatatable (>= 1.2.7),
data.table (>= 1.12.2),
isotone,
lme4,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# vtreat 1.6.0 2020/03/07
# vtreat 1.6.0 2020/03/10

* More S3 methods.
* Back-port pyvtreat recommendation code to Rvtreat.
Expand Down
53 changes: 21 additions & 32 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,35 @@
* checking for file ‘vtreat/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘vtreat’ version ‘1.6.0’
* checking CRAN incoming feasibility ... NOTE
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
Number of updates in past 6 months: 7
Status: 1 NOTE

### Windows

rhub::check_for_cran()
715#> setting _R_CHECK_FORCE_SUGGESTS_ to false
716#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
717#> setting R_REMOTES_STANDALONE to true
718#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
719#> setting _R_CHECK_FORCE_SUGGESTS_ to true
720#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
721#> * using log directory 'C:/Users/USERtgqFjUHpvO/vtreat.Rcheck'
722#> * using R Under development (unstable) (2020-01-22 r77697)
723#> * using platform: x86_64-w64-mingw32 (64-bit)
724#> * using session charset: ISO8859-1
725#> * using option '--as-cran'
726#> * checking for file 'vtreat/DESCRIPTION' ... OK
727#> * checking extension type ... Package
728#> * this is package 'vtreat' version '1.6.0'
729#> * checking CRAN incoming feasibility ... NOTE
730#> Maintainer: 'John Mount '
731#> Number of updates in past 6 months: 7
743#> * checking for future file timestamps ... NOTE
744#> unable to verify current time
774#> * checking sizes of PDF files under 'inst/doc' ... NOTE
775#> Unable to find GhostScript executable to run checks on size reduction
790#> Status: 3 NOTEs
Ghostscript and time notes are a property of the testing facility, not of the package.

### Linux

rhub::check_for_cran()

582#> setting _R_CHECK_FORCE_SUGGESTS_ to false
583#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
584#> setting R_REMOTES_STANDALONE to true
585#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
586#> setting _R_CHECK_FORCE_SUGGESTS_ to true
587#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
588#> * using log directory 'C:/Users/USERGKUapBOMCz/vtreat.Rcheck'
589#> * using R Under development (unstable) (2020-03-08 r77917)
590#> * using platform: x86_64-w64-mingw32 (64-bit)
591#> * using session charset: ISO8859-1
592#> * using option '--as-cran'
593#> * checking for file 'vtreat/DESCRIPTION' ... OK
594#> * checking extension type ... Package
595#> * this is package 'vtreat' version '1.6.0'
596#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
597#> Maintainer: 'John Mount '
639#> * checking sizes of PDF files under 'inst/doc' ... NOTE
640#> Unable to find GhostScript executable to run checks on size reduction
655#> Status: 1 NOTE
Ghostscript note is a proprety of the check infrastructure, not the package.

## Downstream dependencies

No declared reverse dependencies ( https://github.com/WinVector/vtreat/blob/master/extras/check_reverse_dependencies.md ).

Mount and Zumel are not mis-spellings.

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.

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

Loading

0 comments on commit a389ad6

Please sign in to comment.