Skip to content

Commit 1910623

Browse files
committed
rebuild and recheck
1 parent ed782ac commit 1910623

28 files changed

+81
-61
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.9.6
5-
Date: 2020-01-25
5+
Date: 2020-01-26
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.9.6 2020-01-25
2+
# wrapr 1.9.6 2020-01-26
33

44
* Add dotpipe_eager_eval_*.
55
* Add on unpack method.

cran-comments.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
### Windows
66

77
rhub::check_for_cran()
8+
510#> setting _R_CHECK_FORCE_SUGGESTS_ to false
9+
511#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
10+
512#> setting R_REMOTES_STANDALONE to true
11+
513#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
12+
514#> setting _R_CHECK_FORCE_SUGGESTS_ to true
13+
515#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
14+
516#> * using log directory 'C:/Users/USERrXJkdVWYfE/wrapr.Rcheck'
15+
517#> * using R Under development (unstable) (2020-01-22 r77697)
16+
518#> * using platform: x86_64-w64-mingw32 (64-bit)
17+
519#> * using session charset: ISO8859-1
18+
520#> * using option '--as-cran'
19+
521#> * checking for file 'wrapr/DESCRIPTION' ... OK
20+
522#> * checking extension type ... Package
21+
523#> * this is package 'wrapr' version '1.9.6'
22+
524#> * package encoding: UTF-8
23+
525#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
24+
526#> Maintainer: 'John Mount '
25+
568#> * checking sizes of PDF files under 'inst/doc' ... NOTE
26+
569#> Unable to find GhostScript executable to run checks on size reduction
27+
584#> Status: 1 NOTE
28+
Check note is a property of the test environment, not of the package.
829

930
### MacOS
1031

@@ -17,10 +38,9 @@
1738
* checking extension type ... Package
1839
* this is package ‘wrapr’ version ‘1.9.6’
1940
* package encoding: UTF-8
20-
* checking CRAN incoming feasibility ... NOTE
41+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
2142
Maintainer: ‘John Mount <[email protected]>’
22-
Days since last update: 3
23-
Status: 1 NOTE
43+
Status: OK
2444

2545
## Downstream dependencies
2646

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)