Skip to content

Commit bdcad65

Browse files
committed
rebuild and recheck
1 parent 6250020 commit bdcad65

28 files changed

+737
-188
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.5.0
5-
Date: 2019-12-29
5+
Date: 2020-01-07
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
parallel,
2626
wrapr (>= 1.9.3)
2727
Suggests:
28-
rquery (>= 1.3.9),
29-
rqdatatable (>= 1.2.3),
28+
rquery (>= 1.4.0),
29+
rqdatatable (>= 1.2.4),
3030
isotone,
3131
lme4,
3232
knitr,

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
# vtreat 1.5.0 2019/12/29
2+
# vtreat 1.5.0 2020/01/07
33

4-
* Fix multlinomial variable restriction.
4+
* Fix multinomial variable restriction.
55
* Fix FT multinomial columns copy.
66
* Work on ft serialization environments.
77
* More tests.

cran-comments.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,43 @@
11

22
## Test Results
33

4-
54
### OSX
65

76
R CMD check --as-cran vtreat_1.5.0.tar.gz
8-
* using R version 3.6.0 (2019-04-26)
9-
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
10-
* using session charset: UTF-8
11-
* using option ‘--as-cran’
12-
* checking for file ‘vtreat/DESCRIPTION’ ... OK
13-
* checking extension type ... Package
14-
* this is package ‘vtreat’ version ‘1.5.0’
15-
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
16-
Maintainer: ‘John Mount <[email protected]>
17-
7+
* using R version 3.6.0 (2019-04-26)
8+
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
9+
* using session charset: UTF-8
10+
* using option ‘--as-cran’
11+
* checking for file ‘vtreat/DESCRIPTION’ ... OK
12+
* checking extension type ... Package
13+
* this is package ‘vtreat’ version ‘1.5.0’
14+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
15+
Maintainer: ‘John Mount <[email protected]>’
16+
Status: OK
1817

1918
### Windows
2019

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

2442
## Downstream dependencies
2543

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: 2 additions & 2 deletions
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)