Skip to content

Commit a389ad6

Browse files
committed
rebuild and recheck
1 parent f14b233 commit a389ad6

21 files changed

+173
-184
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: vtreat
22
Type: Package
33
Title: A Statistically Sound 'data.frame' Processor/Conditioner
44
Version: 1.6.0
5-
Date: 2020-03-07
5+
Date: 2020-03-10
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
88
person("Nina", "Zumel", email = "[email protected]", role = c("aut")),
@@ -25,8 +25,8 @@ Imports:
2525
stats,
2626
digest
2727
Suggests:
28-
rquery (>= 1.4.3),
29-
rqdatatable (>= 1.2.6),
28+
rquery (>= 1.4.4),
29+
rqdatatable (>= 1.2.7),
3030
data.table (>= 1.12.2),
3131
isotone,
3232
lme4,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# vtreat 1.6.0 2020/03/07
2+
# vtreat 1.6.0 2020/03/10
33

44
* More S3 methods.
55
* Back-port pyvtreat recommendation code to Rvtreat.

cran-comments.md

Lines changed: 21 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,35 @@
1111
* checking for file ‘vtreat/DESCRIPTION’ ... OK
1212
* checking extension type ... Package
1313
* this is package ‘vtreat’ version ‘1.6.0’
14-
* checking CRAN incoming feasibility ... NOTE
14+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1515
Maintainer: ‘John Mount <[email protected]>’
16-
Number of updates in past 6 months: 7
17-
Status: 1 NOTE
1816

1917
### Windows
2018

2119
rhub::check_for_cran()
22-
715#> setting _R_CHECK_FORCE_SUGGESTS_ to false
23-
716#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
24-
717#> setting R_REMOTES_STANDALONE to true
25-
718#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
26-
719#> setting _R_CHECK_FORCE_SUGGESTS_ to true
27-
720#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
28-
721#> * using log directory 'C:/Users/USERtgqFjUHpvO/vtreat.Rcheck'
29-
722#> * using R Under development (unstable) (2020-01-22 r77697)
30-
723#> * using platform: x86_64-w64-mingw32 (64-bit)
31-
724#> * using session charset: ISO8859-1
32-
725#> * using option '--as-cran'
33-
726#> * checking for file 'vtreat/DESCRIPTION' ... OK
34-
727#> * checking extension type ... Package
35-
728#> * this is package 'vtreat' version '1.6.0'
36-
729#> * checking CRAN incoming feasibility ... NOTE
37-
730#> Maintainer: 'John Mount '
38-
731#> Number of updates in past 6 months: 7
39-
743#> * checking for future file timestamps ... NOTE
40-
744#> unable to verify current time
41-
774#> * checking sizes of PDF files under 'inst/doc' ... NOTE
42-
775#> Unable to find GhostScript executable to run checks on size reduction
43-
790#> Status: 3 NOTEs
44-
Ghostscript and time notes are a property of the testing facility, not of the package.
45-
46-
### Linux
47-
48-
rhub::check_for_cran()
49-
20+
582#> setting _R_CHECK_FORCE_SUGGESTS_ to false
21+
583#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
22+
584#> setting R_REMOTES_STANDALONE to true
23+
585#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
24+
586#> setting _R_CHECK_FORCE_SUGGESTS_ to true
25+
587#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
26+
588#> * using log directory 'C:/Users/USERGKUapBOMCz/vtreat.Rcheck'
27+
589#> * using R Under development (unstable) (2020-03-08 r77917)
28+
590#> * using platform: x86_64-w64-mingw32 (64-bit)
29+
591#> * using session charset: ISO8859-1
30+
592#> * using option '--as-cran'
31+
593#> * checking for file 'vtreat/DESCRIPTION' ... OK
32+
594#> * checking extension type ... Package
33+
595#> * this is package 'vtreat' version '1.6.0'
34+
596#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
35+
597#> Maintainer: 'John Mount '
36+
639#> * checking sizes of PDF files under 'inst/doc' ... NOTE
37+
640#> Unable to find GhostScript executable to run checks on size reduction
38+
655#> Status: 1 NOTE
39+
Ghostscript note is a proprety of the check infrastructure, not the package.
5040

5141
## Downstream dependencies
5242

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

5545
Mount and Zumel are not mis-spellings.
56-

docs/articles/MultiClassVtreat.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/SavingTreamentPlans.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/VariableImportance.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/vtreat.html

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/vtreatCrossFrames.html

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/vtreatGrouping.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)