Skip to content

Commit 1cf9f08

Browse files
committed
re-build and re-check
1 parent 16ec027 commit 1cf9f08

File tree

77 files changed

+303
-290
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

+303
-290
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 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.4.3
5-
Date: 2019-07-06
5+
Date: 2019-07-16
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")),
@@ -23,10 +23,10 @@ Depends:
2323
Imports:
2424
stats,
2525
parallel,
26-
wrapr (>= 1.8.7)
26+
wrapr (>= 1.8.8)
2727
Suggests:
28-
rquery (>= 1.3.5),
29-
rqdatatable (>= 1.1.8),
28+
rquery (>= 1.3.6),
29+
rqdatatable (>= 1.1.9),
3030
isotone,
3131
lme4,
3232
knitr,

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.3 2019/07/06
2+
# vtreat 1.4.3 2019/07/16
33

44
* Fix bug in custom coder NA path and let numeric coder center if wanted.
55
* More tests.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Trivial example:
244244
``` r
245245
library("vtreat")
246246
packageVersion("vtreat")
247-
# [1] '1.4.1'
247+
# [1] '1.4.3'
248248
citation('vtreat')
249249
#
250250
# To cite package 'vtreat' in publications use:

cran-comments.md

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

77
### OSX
88

9-
R CMD check --as-cran vtreat_1.4.1.tar.gz
9+
R CMD check --as-cran vtreat_1.4.3.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.1
16+
* this is package ‘vtreat’ version ‘1.4.3
1717
* checking CRAN incoming feasibility ... NOTE
1818
Maintainer: ‘John Mount <[email protected]>’
1919
Found the following (possibly) invalid URLs:
2020
URL: https://www.jstor.org/stable/2683780
2121
From: inst/doc/vtreat.html
2222
Status: 403
2323
Message: Forbidden
24-
...
2524
* checking top-level files ... WARNING
2625
Conversion of ‘README.md’ failed:
2726
pandoc: Could not fetch https://www.r-pkg.org/badges/version/vtreat
2827
TlsException (HandshakeFailed (Error_Protocol ("expecting server hello, got alert : [(AlertLevel_Fatal,HandshakeFailure)]",True,HandshakeFailure)))
29-
...
3028
Status: 1 WARNING, 1 NOTE
31-
URLs https://www.jstor.org/stable/2683780 and https://www.r-pkg.org/badges/version/vtreat are correct and working.
32-
33-
29+
WARNING and NOTE are spurious, URLs https://www.jstor.org/stable/2683780 and https://www.jstor.org/stable/2683780 are correct and working.
3430

3531
### Windows
3632

3733
rhub::check_for_cran()
38-
565#> * using R Under development (unstable) (2019-06-21 r76731)
39-
566#> * using platform: x86_64-w64-mingw32 (64-bit)
40-
567#> * using session charset: ISO8859-1
41-
568#> * using option '--as-cran'
42-
615#> * checking sizes of PDF files under 'inst/doc' ... NOTE
43-
616#> Unable to find GhostScript executable to run checks on size reduction
44-
630#> Status: 1 NOTE
45-
34+
682#> * using R Under development (unstable) (2019-07-04 r76780)
35+
683#> * using platform: x86_64-w64-mingw32 (64-bit)
36+
684#> * using session charset: ISO8859-1
37+
685#> * using option '--as-cran'
38+
686#> * checking for file 'vtreat/DESCRIPTION' ... OK
39+
687#> * checking extension type ... Package
40+
688#> * this is package 'vtreat' version '1.4.3'
41+
689#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
42+
690#> Maintainer: 'John Mount '
43+
732#> * checking sizes of PDF files under 'inst/doc' ... NOTE
44+
733#> Unable to find GhostScript executable to run checks on size reduction
45+
747#> Status: 1 NOTE
46+
NOTE is a property of the test environment, not the package.
47+
48+
4649
## Downstream dependencies
4750

4851
No declared reverse dependencies ( https://github.com/WinVector/vtreat/blob/master/extras/check_reverse_dependencies.md ).

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.

0 commit comments

Comments
 (0)