Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Sep 22, 2019
1 parent 04f44fc commit 090cba7
Show file tree
Hide file tree
Showing 76 changed files with 292 additions and 292 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: vtreat
Type: Package
Title: A Statistically Sound 'data.frame' Processor/Conditioner
Version: 1.4.5
Date: 2019-09-11
Version: 1.4.6
Date: 2019-09-22
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 Down
24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -274,7 +274,7 @@ Trivial example:
``` r
library("vtreat")
packageVersion("vtreat")
# [1] '1.4.5'
# [1] '1.4.6'
citation('vtreat')
#
# To cite package 'vtreat' in publications use:
Expand Down Expand Up @@ -304,14 +304,14 @@ dTestC <- data.frame(x=c('a', 'b', 'c', NA), z=c(10, 20, 30, NA))
treatmentsC <- designTreatmentsC(dTrainC, colnames(dTrainC), 'y', TRUE,
verbose=FALSE)
print(treatmentsC$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')])
# origName varName code rsq sig extraModelDegrees
# 1 x x_catP catP 1.030137e-01 0.32099590 2
# 2 x x_catB catB 1.125399e-05 0.99172381 2
# 3 z z clean 2.376018e-01 0.13176020 0
# 4 z z_isBAD isBAD 2.960654e-01 0.09248399 0
# 5 x x_lev_NA lev 2.960654e-01 0.09248399 0
# 6 x x_lev_x_a lev 1.300057e-01 0.26490379 0
# 7 x x_lev_x_b lev 6.067337e-03 0.80967242 0
# origName varName code rsq sig extraModelDegrees
# 1 x x_catP catP 0.111456141 0.30194137 2
# 2 x x_catB catB 0.033761011 0.56994212 2
# 3 z z clean 0.237601767 0.13176020 0
# 4 z z_isBAD isBAD 0.296065432 0.09248399 0
# 5 x x_lev_NA lev 0.296065432 0.09248399 0
# 6 x x_lev_x_a lev 0.130005705 0.26490379 0
# 7 x x_lev_x_b lev 0.006067337 0.80967242 0

# help("prepare")

Expand Down Expand Up @@ -349,9 +349,9 @@ treatmentsN = designTreatmentsN(dTrainN, colnames(dTrainN), 'y',
verbose=FALSE)
print(treatmentsN$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')])
# origName varName code rsq sig extraModelDegrees
# 1 x x_catP catP 2.105263e-01 0.2528101 2
# 2 x x_catN catN 3.205128e-03 0.8940756 2
# 3 x x_catD catD 6.666667e-02 0.5369633 2
# 1 x x_catP catP 2.197309e-01 0.2413478 2
# 2 x x_catN catN 7.286735e-02 0.5179131 2
# 3 x x_catD catD 2.227248e-01 0.2377286 2
# 4 z z clean 2.880952e-01 0.1701892 0
# 5 z z_isBAD isBAD 3.333333e-01 0.1339746 0
# 6 x x_lev_NA lev 3.333333e-01 0.1339746 0
Expand Down
30 changes: 15 additions & 15 deletions cran-comments.md
Expand Up @@ -6,34 +6,34 @@

### OSX

R CMD check --as-cran vtreat_1.4.5.tar.gz
R CMD check --as-cran vtreat_1.4.6.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.4.5
* this is package ‘vtreat’ version ‘1.4.6
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
Status: OK


### Windows

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

## Downstream dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.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/LICENSE-text.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/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.

10 changes: 5 additions & 5 deletions docs/articles/VariableImportance.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/index.html

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

28 changes: 14 additions & 14 deletions docs/articles/vtreat.html

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

0 comments on commit 090cba7

Please sign in to comment.