Skip to content

Commit bae610c

Browse files
committed
rebuild and recheck
1 parent 19ab67b commit bae610c

File tree

4 files changed

+53
-28
lines changed

4 files changed

+53
-28
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: 2.0.0
5-
Date: 2020-03-17
5+
Date: 2020-03-27
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 2.0.0 2020-03-17
2+
# wrapr 2.0.0 2020-03-27
33

44
* Allow as_named_list to choose new names.
55
* Update references.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ library(wrapr)
6262
packageVersion("wrapr")
6363
# [1] '2.0.0'
6464
date()
65-
# [1] "Tue Mar 17 05:47:19 2020"
65+
# [1] "Fri Mar 27 14:05:56 2020"
6666
```
6767

6868
## [`%.>%` (dot pipe or dot arrow)](https://winvector.github.io/wrapr/articles/dot_pipe.html)

cran-comments.md

Lines changed: 50 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,55 @@
44

55
### Windows
66

7-
rhub::check_for_cran()
8-
477#> setting _R_CHECK_FORCE_SUGGESTS_ to false
9-
478#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
10-
479#> setting R_REMOTES_STANDALONE to true
11-
480#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
12-
481#> setting _R_CHECK_FORCE_SUGGESTS_ to true
13-
482#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
14-
483#> * using log directory 'C:/Users/USERJrHDeoAxLS/wrapr.Rcheck'
15-
484#> * using R Under development (unstable) (2020-01-22 r77697)
16-
485#> * using platform: x86_64-w64-mingw32 (64-bit)
17-
486#> * using session charset: ISO8859-1
18-
487#> * using option '--as-cran'
19-
488#> * checking for file 'wrapr/DESCRIPTION' ... OK
20-
489#> * checking extension type ... Package
21-
490#> * this is package 'wrapr' version '2.0.0'
22-
491#> * package encoding: UTF-8
23-
492#> * checking CRAN incoming feasibility ... NOTE
24-
493#> Maintainer: 'John Mount '
25-
494#> Number of updates in past 6 months: 7
26-
536#> * checking sizes of PDF files under 'inst/doc' ... NOTE
27-
537#> Unable to find GhostScript executable to run checks on size reduction
28-
552#> Status: 2 NOTEs
7+
rhub::check_for_cran()
8+
475#> setting _R_CHECK_FORCE_SUGGESTS_ to false
9+
476#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
10+
477#> setting R_REMOTES_STANDALONE to true
11+
478#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
12+
479#> setting _R_CHECK_FORCE_SUGGESTS_ to true
13+
480#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
14+
481#> * using log directory 'C:/Users/USERzQmnEBqxSM/wrapr.Rcheck'
15+
482#> * using R Under development (unstable) (2020-03-08 r77917)
16+
483#> * using platform: x86_64-w64-mingw32 (64-bit)
17+
484#> * using session charset: ISO8859-1
18+
485#> * using option '--as-cran'
19+
486#> * checking for file 'wrapr/DESCRIPTION' ... OK
20+
487#> * checking extension type ... Package
21+
488#> * this is package 'wrapr' version '2.0.0'
22+
489#> * package encoding: UTF-8
23+
490#> * checking CRAN incoming feasibility ... NOTE
24+
491#> Maintainer: 'John Mount '
25+
492#> Found the following (possibly) invalid URLs:
26+
493#> URL: https://CRAN.R-project.org/package=R.utils
27+
494#> From: man/grapes-less-than-s-grapes.Rd
28+
495#> man/grapes-s-greater-than-grapes.Rd
29+
496#> man/si.Rd
30+
497#> man/sinterp.Rd
31+
498#> Status: Error
32+
499#> Message: libcurl error code 52:
33+
500#> Empty reply from server
34+
501#> URL: https://CRAN.R-project.org/package=glue
35+
502#> From: man/grapes-less-than-s-grapes.Rd
36+
503#> man/grapes-s-greater-than-grapes.Rd
37+
504#> man/si.Rd
38+
505#> man/sinterp.Rd
39+
506#> Status: Error
40+
507#> Message: libcurl error code 52:
41+
508#> Empty reply from server
42+
509#> URL: https://CRAN.R-project.org/package=rprintf
43+
510#> From: man/grapes-less-than-s-grapes.Rd
44+
511#> man/grapes-s-greater-than-grapes.Rd
45+
512#> man/si.Rd
46+
513#> man/sinterp.Rd
47+
514#> Status: Error
48+
515#> Message: libcurl error code 52:
49+
516#> Empty reply from server
50+
558#> * checking sizes of PDF files under 'inst/doc' ... NOTE
51+
559#> Unable to find GhostScript executable to run checks on size reduction
52+
573#> * DONE
53+
574#> Status: 2 NOTEs
2954
GhostScript NOTES is a property of the check environment, not of the package.
55+
URLs confirmed as working
3056

3157
### MacOS
3258

@@ -39,10 +65,9 @@
3965
* checking extension type ... Package
4066
* this is package ‘wrapr’ version ‘2.0.0’
4167
* package encoding: UTF-8
42-
* checking CRAN incoming feasibility ... NOTE
68+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
4369
Maintainer: ‘John Mount <[email protected]>’
44-
Number of updates in past 6 months: 7
45-
Status: 1 NOTE
70+
Status: OK
4671

4772
## Downstream dependencies
4873

0 commit comments

Comments
 (0)