Skip to content

Commit 16c41fd

Browse files
committed
prepare for CRAN
1 parent 3a2c56f commit 16c41fd

22 files changed

+332
-334
lines changed

NEWS.md

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

22

3-
# vtreat 1.0.0 2017/10/16
3+
# vtreat 1.0.1 2017/10/16
44

5-
- Minor documentation fixes
6-
- rm data.table (issue)
5+
- Minor documentation fixes.
6+
- rm data.table (possibly related to issues 2413 or 2418).
77

88
# vtreat 1.0.0 2017/10/04
99

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ dTestC <- data.frame(x=c('a','b','c',NA),z=c(10,20,30,NA))
144144
treatmentsC <- designTreatmentsC(dTrainC,colnames(dTrainC),'y',TRUE,
145145
verbose=FALSE)
146146
print(treatmentsC$scoreFrame[,c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')])
147-
# origName varName code rsq sig extraModelDegrees
148-
# 1 x x_lev_NA lev 0.296065432 0.09248399 0
149-
# 2 x x_lev_x.a lev 0.130005705 0.26490379 0
150-
# 3 x x_lev_x.b lev 0.006067337 0.80967242 0
151-
# 4 x x_catP catP 0.111456141 0.30194137 2
152-
# 5 x x_catB catB 0.115273608 0.29380616 2
153-
# 6 z z_clean clean 0.237601767 0.13176020 0
154-
# 7 z z_isBAD isBAD 0.296065432 0.09248399 0
147+
# origName varName code rsq sig extraModelDegrees
148+
# 1 x x_lev_NA lev 2.960654e-01 0.09248399 0
149+
# 2 x x_lev_x.a lev 1.300057e-01 0.26490379 0
150+
# 3 x x_lev_x.b lev 6.067337e-03 0.80967242 0
151+
# 4 x x_catP catP 1.559780e-01 0.22202097 2
152+
# 5 x x_catB catB 1.177202e-05 0.99153548 2
153+
# 6 z z_clean clean 2.376018e-01 0.13176020 0
154+
# 7 z z_isBAD isBAD 2.960654e-01 0.09248399 0
155155

156156
# help("prepare")
157157

@@ -195,9 +195,9 @@ print(treatmentsN$scoreFrame[,c('origName', 'varName', 'code', 'rsq', 'sig', 'ex
195195
# 1 x x_lev_NA lev 3.333333e-01 0.1339746 0
196196
# 2 x x_lev_x.a lev 2.500000e-01 0.2070312 0
197197
# 3 x x_lev_x.b lev 1.110223e-16 1.0000000 0
198-
# 4 x x_catP catP 1.304740e-01 0.3793327 2
199-
# 5 x x_catN catN 1.262238e-01 0.3877835 2
200-
# 6 x x_catD catD 3.657626e-01 0.1121995 2
198+
# 4 x x_catP catP 3.558824e-01 0.1184999 2
199+
# 5 x x_catN catN 3.132648e-02 0.6750039 2
200+
# 6 x x_catD catD 4.512437e-02 0.6135229 2
201201
# 7 z z_clean clean 2.880952e-01 0.1701892 0
202202
# 8 z z_isBAD isBAD 3.333333e-01 0.1339746 0
203203
dTrainNTreated <- prepare(treatmentsN,dTrainN,pruneSig=1.0,scale=TRUE)

cran-comments.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11

22
## Test environments
33

4-
* using R version 3.4.1 (2017-06-30)
4+
* using R version 3.4.2 (2017-09-28)
55
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
6+
67
* using R Under development (unstable) (2017-09-12 r73242)
78
* using platform: x86_64-w64-mingw32 (64-bit)
89

9-
## R CMD check --as-cran vtreat_1.0.0.tar.gz
10+
## R CMD check --as-cran vtreat_1.0.1.tar.gz
1011

11-
* using log directory ‘/Users/johnmount/Documents/work/vtreat.Rcheck’
12-
* using R version 3.4.1 (2017-06-30)
13-
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
14-
* using session charset: UTF-8
15-
* using option ‘--as-cran’
16-
* checking for file ‘vtreat/DESCRIPTION’ ... OK
17-
* checking extension type ... Package
18-
* this is package ‘vtreat’ version ‘1.0.0’
19-
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
20-
Maintainer: ‘John Mount <[email protected]>
12+
* using session charset: UTF-8
13+
* using option ‘--as-cran’
14+
* checking for file ‘vtreat/DESCRIPTION’ ... OK
15+
* checking extension type ... Package
16+
* this is package ‘vtreat’ version ‘1.0.1’
2117

18+
Note_to_CRAN_maintainers
19+
Maintainer: ‘John Mount <[email protected]>
2220

2321
Status: OK
2422

docs/articles/vtreat.html

Lines changed: 21 additions & 21 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: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/vtreatOverfit.html

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

docs/articles/vtreatScaleMode.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/vtreatSignificance.html

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

0 commit comments

Comments
 (0)