Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Mar 27, 2020
1 parent 19ab67b commit bae610c
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 28 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: wrapr
Type: Package
Title: Wrap R Tools for Debugging and Parametric Programming
Version: 2.0.0
Date: 2020-03-17
Date: 2020-03-27
Authors@R: c(
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
person("Nina", "Zumel", email = "[email protected]", role = c("aut")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# wrapr 2.0.0 2020-03-17
# wrapr 2.0.0 2020-03-27

* Allow as_named_list to choose new names.
* Update references.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library(wrapr)
packageVersion("wrapr")
# [1] '2.0.0'
date()
# [1] "Tue Mar 17 05:47:19 2020"
# [1] "Fri Mar 27 14:05:56 2020"
```

## [`%.>%` (dot pipe or dot arrow)](https://winvector.github.io/wrapr/articles/dot_pipe.html)
Expand Down
75 changes: 50 additions & 25 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,55 @@

### Windows

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

### MacOS

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

## Downstream dependencies

Expand Down

0 comments on commit bae610c

Please sign in to comment.