Skip to content

Commit 963ee1f

Browse files
committed
re-build re-check
1 parent 6adc5a5 commit 963ee1f

25 files changed

+60
-80
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: wrapr
22
Type: Package
33
Title: Wrap R Tools for Debugging and Parametric Programming
44
Version: 1.8.9
5-
Date: 2019-07-23
5+
Date: 2019-07-24
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")),

NEWS.md

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

2-
# wrapr 1.8.9 2019-07-23
2+
# wrapr 1.8.9 2019-07-24
33

44
* More unit tests.
55
* Adjust license.

cran-comments.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,16 @@
1010
* using platform: x86_64-w64-mingw32 (64-bit)
1111
Status: OK
1212

13-
rhub::check_for_cran()
14-
505#> * using R Under development (unstable) (2019-06-21 r76731)
15-
506#> * using platform: x86_64-w64-mingw32 (64-bit)
16-
507#> * using session charset: ISO8859-1
17-
508#> * using option '--as-cran'
18-
556#> * checking sizes of PDF files under 'inst/doc' ... NOTE
19-
557#> Unable to find GhostScript executable to run checks on size reduction
20-
571#> Status: 1 NOTE
21-
2213
### MacOS
2314

24-
R CMD check --as-cran wrapr_1.8.8.tar.gz
15+
R CMD check --as-cran wrapr_1.8.9.tar.gz
2516
* using R version 3.6.0 (2019-04-26)
2617
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
2718
* using session charset: UTF-8
2819
* using option ‘--as-cran’
2920
* checking for file ‘wrapr/DESCRIPTION’ ... OK
3021
* checking extension type ... Package
31-
* this is package ‘wrapr’ version ‘1.8.8
22+
* this is package ‘wrapr’ version ‘1.8.9
3223
* package encoding: UTF-8
3324
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
3425
Maintainer: ‘John Mount <[email protected]>’
@@ -37,19 +28,8 @@
3728
pandoc: Could not fetch https://www.r-pkg.org/badges/version/wrapr
3829
TlsException (HandshakeFailed (Error_Protocol ("expecting server hello, got alert : [(AlertLevel_Fatal,HandshakeFailure)]",True,HandshakeFailure)))
3930
Status: 1 WARNING
40-
Warning is spurious, URL https://www.r-pkg.org/badges/version/wrapr is correct and working.
31+
Link WARNING is spurious, URL https://www.r-pkg.org/badges/version/wrapr is correct and working.
4132

4233
## Downstream dependencies
4334

4435
Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md .
45-
## cdata_1.1.0 started at 2019-07-06 08:26:12 success at 2019-07-06 08:26:40 (1/0/0)
46-
## RcppDynProg_0.1.2 started at 2019-07-06 08:26:40 success at 2019-07-06 08:28:11 (2/0/0)
47-
## replyr_1.0.2 started at 2019-07-06 08:28:11 success at 2019-07-06 08:28:57 (3/0/0)
48-
## rqdatatable_1.1.9 started at 2019-07-06 08:28:57 success at 2019-07-06 08:29:25 (4/0/0)
49-
## rquery_1.3.6 started at 2019-07-06 08:29:25 success at 2019-07-06 08:30:13 (5/0/0)
50-
## seplyr_0.8.3 started at 2019-07-06 08:30:13 success at 2019-07-06 08:30:40 (6/0/0)
51-
## sigr_1.0.5 started at 2019-07-06 08:30:40 success at 2019-07-06 08:31:02 (7/0/0)
52-
## vtreat_1.4.2 started at 2019-07-06 08:31:02 success at 2019-07-06 08:32:14 (8/0/0)
53-
## WVPlots_1.1.0 started at 2019-07-06 08:32:14 success at 2019-07-06 08:33:18 (9/0/0)
54-
## Test of wrapr had 9 successes, 0 failures, and 0 skipped packages.
55-

docs/articles/CornerCases.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/DebugFnW.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/FrameTools.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/Function_Objects.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/Named_Arguments.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/QuotingConcatinate.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/SubstitutionModes.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)