Skip to content

Commit af2e3b9

Browse files
committed
CRAN requested DESCRIPTION fixes
1 parent 84f845e commit af2e3b9

File tree

77 files changed

+245
-245
lines changed

Some content is hidden

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

77 files changed

+245
-245
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: vtreat
22
Type: Package
33
Title: A Statistically Sound 'data.frame' Processor/Conditioner
4-
Version: 1.4.1
4+
Version: 1.4.2
55
Date: 2019-07-01
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
@@ -16,7 +16,7 @@ Description: A 'data.frame' processor/conditioner that prepares real-world data
1616
it easier to safely use models in production. Common problems 'vtreat' defends
1717
against: 'Inf', 'NA', too many categorical levels, rare categorical levels, and new
1818
categorical levels (levels seen during application, but not during training). Reference:
19-
"'vtreat': a data.frame Processor for Predictive Modeling", 'Zumel', 'Mount', 2016, DOI:10.5281/zenodo.1173314.
19+
"'vtreat': a data.frame Processor for Predictive Modeling", Zumel, Mount, 2016, <DOI:10.5281/zenodo.1173313>.
2020
License: GPL-3
2121
Depends:
2222
R (>= 3.2.1)

NEWS.md

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

2-
# vtreat 1.4.1 2019/07/01
2+
# vtreat 1.4.2 2019/07/01
33

44
* Fix eronious Cohen reference in documentation.
55

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616
```
1717

1818
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00584/status.svg)](https://doi.org/10.21105/joss.00584)
19-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1173314.svg)](https://doi.org/10.5281/zenodo.1173314)
19+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1173313.svg)](https://doi.org/10.5281/zenodo.1173313)
2020
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/vtreat)](https://cran.r-project.org/package=vtreat)
2121

2222
[vtreat](http://winvector.github.io/vtreat/) is an [R](https://cran.r-project.org) data.frame

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

44
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00584/status.svg)](https://doi.org/10.21105/joss.00584)
5-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1173314.svg)](https://doi.org/10.5281/zenodo.1173314)
5+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1173313.svg)](https://doi.org/10.5281/zenodo.1173313)
66
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/vtreat)](https://cran.r-project.org/package=vtreat)
77

88
[vtreat](http://winvector.github.io/vtreat/) is an
@@ -244,7 +244,7 @@ Trivial example:
244244
``` r
245245
library("vtreat")
246246
packageVersion("vtreat")
247-
# [1] '1.4.0'
247+
# [1] '1.4.1'
248248
citation('vtreat')
249249
#
250250
# To cite package 'vtreat' in publications use:
@@ -275,8 +275,8 @@ treatmentsC <- designTreatmentsC(dTrainC, colnames(dTrainC), 'y', TRUE,
275275
verbose=FALSE)
276276
print(treatmentsC$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')])
277277
# origName varName code rsq sig extraModelDegrees
278-
# 1 x x_catP catP 0.057741424 0.45748159 2
279-
# 2 x x_catB catB 0.019483838 0.66603146 2
278+
# 1 x x_catP catP 0.059315943 0.45141252 2
279+
# 2 x x_catB catB 0.029824903 0.59334713 2
280280
# 3 z z clean 0.237601767 0.13176020 0
281281
# 4 z z_isBAD isBAD 0.296065432 0.09248399 0
282282
# 5 x x_lev_NA lev 0.296065432 0.09248399 0
@@ -319,9 +319,9 @@ treatmentsN = designTreatmentsN(dTrainN, colnames(dTrainN), 'y',
319319
verbose=FALSE)
320320
print(treatmentsN$scoreFrame[, c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')])
321321
# origName varName code rsq sig extraModelDegrees
322-
# 1 x x_catP catP 3.558824e-01 0.1184999 2
323-
# 2 x x_catN catN 2.131202e-02 0.7301398 2
324-
# 3 x x_catD catD 4.512437e-02 0.6135229 2
322+
# 1 x x_catP catP 3.700306e-01 0.1095637 2
323+
# 2 x x_catN catN 1.088889e-01 0.4247287 2
324+
# 3 x x_catD catD 3.743113e-01 0.1069707 2
325325
# 4 z z clean 2.880952e-01 0.1701892 0
326326
# 5 z z_isBAD isBAD 3.333333e-01 0.1339746 0
327327
# 6 x x_lev_NA lev 3.333333e-01 0.1339746 0

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
No declared reverse dependencies ( https://github.com/WinVector/vtreat/blob/master/extras/check_reverse_dependencies.md ).
4949

5050
51-
Zumel is not a mis-spelling.
51+
Mount and Zumel are not mis-spellings.
5252

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: 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.

0 commit comments

Comments
 (0)