Skip to content

Commit 090cba7

Browse files
committed
rebuild and recheck
1 parent 04f44fc commit 090cba7

File tree

76 files changed

+292
-292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+292
-292
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: vtreat
22
Type: Package
33
Title: A Statistically Sound 'data.frame' Processor/Conditioner
4-
Version: 1.4.5
5-
Date: 2019-09-11
4+
Version: 1.4.6
5+
Date: 2019-09-22
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")),

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Trivial example:
274274
``` r
275275
library("vtreat")
276276
packageVersion("vtreat")
277-
# [1] '1.4.5'
277+
# [1] '1.4.6'
278278
citation('vtreat')
279279
#
280280
# To cite package 'vtreat' in publications use:
@@ -304,14 +304,14 @@ dTestC <- data.frame(x=c('a', 'b', 'c', NA), z=c(10, 20, 30, NA))
304304
treatmentsC <- designTreatmentsC(dTrainC, colnames(dTrainC), 'y', TRUE,
305305
verbose=FALSE)
306306
print(treatmentsC$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')])
307-
# origName varName code rsq sig extraModelDegrees
308-
# 1 x x_catP catP 1.030137e-01 0.32099590 2
309-
# 2 x x_catB catB 1.125399e-05 0.99172381 2
310-
# 3 z z clean 2.376018e-01 0.13176020 0
311-
# 4 z z_isBAD isBAD 2.960654e-01 0.09248399 0
312-
# 5 x x_lev_NA lev 2.960654e-01 0.09248399 0
313-
# 6 x x_lev_x_a lev 1.300057e-01 0.26490379 0
314-
# 7 x x_lev_x_b lev 6.067337e-03 0.80967242 0
307+
# origName varName code rsq sig extraModelDegrees
308+
# 1 x x_catP catP 0.111456141 0.30194137 2
309+
# 2 x x_catB catB 0.033761011 0.56994212 2
310+
# 3 z z clean 0.237601767 0.13176020 0
311+
# 4 z z_isBAD isBAD 0.296065432 0.09248399 0
312+
# 5 x x_lev_NA lev 0.296065432 0.09248399 0
313+
# 6 x x_lev_x_a lev 0.130005705 0.26490379 0
314+
# 7 x x_lev_x_b lev 0.006067337 0.80967242 0
315315

316316
# help("prepare")
317317

@@ -349,9 +349,9 @@ treatmentsN = designTreatmentsN(dTrainN, colnames(dTrainN), 'y',
349349
verbose=FALSE)
350350
print(treatmentsN$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')])
351351
# origName varName code rsq sig extraModelDegrees
352-
# 1 x x_catP catP 2.105263e-01 0.2528101 2
353-
# 2 x x_catN catN 3.205128e-03 0.8940756 2
354-
# 3 x x_catD catD 6.666667e-02 0.5369633 2
352+
# 1 x x_catP catP 2.197309e-01 0.2413478 2
353+
# 2 x x_catN catN 7.286735e-02 0.5179131 2
354+
# 3 x x_catD catD 2.227248e-01 0.2377286 2
355355
# 4 z z clean 2.880952e-01 0.1701892 0
356356
# 5 z z_isBAD isBAD 3.333333e-01 0.1339746 0
357357
# 6 x x_lev_NA lev 3.333333e-01 0.1339746 0

cran-comments.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,34 @@
66

77
### OSX
88

9-
R CMD check --as-cran vtreat_1.4.5.tar.gz
9+
R CMD check --as-cran vtreat_1.4.6.tar.gz
1010
* using R version 3.6.0 (2019-04-26)
1111
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
1212
* using session charset: UTF-8
1313
* using option ‘--as-cran’
1414
* checking for file ‘vtreat/DESCRIPTION’ ... OK
1515
* checking extension type ... Package
16-
* this is package ‘vtreat’ version ‘1.4.5
16+
* this is package ‘vtreat’ version ‘1.4.6
1717
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1818
Maintainer: ‘John Mount <[email protected]>’
1919
Status: OK
2020

21+
2122
### Windows
2223

2324
rhub::check_for_cran()
24-
595#> * using R Under development (unstable) (2019-08-30 r77101)
25-
596#> * using platform: x86_64-w64-mingw32 (64-bit)
26-
597#> * using session charset: ISO8859-1
27-
598#> * using option '--as-cran'
28-
599#> * checking for file 'vtreat/DESCRIPTION' ... OK
29-
600#> * checking extension type ... Package
30-
601#> * this is package 'vtreat' version '1.4.5'
31-
602#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
32-
603#> Maintainer: 'John Mount '
33-
645#> * checking sizes of PDF files under 'inst/doc' ... NOTE
34-
646#> Unable to find GhostScript executable to run checks on size reduction
35-
660#> * DONE
36-
661#> Status: 1 NOTE
25+
623#> * using R Under development (unstable) (2019-09-18 r77193)
26+
624#> * using platform: x86_64-w64-mingw32 (64-bit)
27+
625#> * using session charset: ISO8859-1
28+
626#> * using option '--as-cran'
29+
627#> * checking for file 'vtreat/DESCRIPTION' ... OK
30+
628#> * checking extension type ... Package
31+
629#> * this is package 'vtreat' version '1.4.6'
32+
630#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
33+
631#> Maintainer: 'John Mount '
34+
673#> * checking sizes of PDF files under 'inst/doc' ... NOTE
35+
674#> Unable to find GhostScript executable to run checks on size reduction
36+
689#> Status: 1 NOTE
3737
GhostScript NOTE is a property of the test environment, not the package.
3838

3939
## Downstream dependencies

docs/CONTRIBUTING.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/LICENSE-text.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/MultiClassVtreat.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/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: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.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/vtreat.html

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

0 commit comments

Comments
 (0)