Skip to content

Commit

Permalink
update and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Dec 6, 2020
1 parent 37330ad commit f193970
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 24 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.6
Date: 2020-11-13
Date: 2020-12-06
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.6 2020-11-13
# wrapr 2.0.6 2020-12-06

* Bump version.
* Add pack().
Expand Down
34 changes: 28 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,60 @@
### Windows

devtools::check_win_devel()
* using R Under development (unstable) (2020-11-12 r79423)
* using R Under development (unstable) (2020-12-04 r79564)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'wrapr/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'wrapr' version '2.0.5'
* this is package 'wrapr' version '2.0.6'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'John Mount <[email protected]>'
* checking package namespace information ... OK
...
Status: OK

rhub::check_for_cran()
test facility not working.

607#> setting _R_CHECK_FORCE_SUGGESTS_ to false
608#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
609#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
610#> setting R_REMOTES_STANDALONE to true
611#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
612#> setting _R_CHECK_FORCE_SUGGESTS_ to true
613#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
614#> * using log directory 'C:/Users/USERbylfYxeuqH/wrapr.Rcheck'
615#> * using R Under development (unstable) (2020-11-30 r79529)
616#> * using platform: x86_64-w64-mingw32 (64-bit)
617#> * using session charset: ISO8859-1
618#> * using option '--as-cran'
619#> * checking for file 'wrapr/DESCRIPTION' ... OK
620#> * checking extension type ... Package
621#> * this is package 'wrapr' version '2.0.6'
622#> * package encoding: UTF-8
623#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
624#> Maintainer: 'John Mount '
666#> * checking sizes of PDF files under 'inst/doc' ... NOTE
667#> Unable to find GhostScript executable to run checks on size reduction
682#> Status: 1 NOTE
Note is a property of test facility, not of the package.

### MacOS

R CMD check --as-cran wrapr_2.0.6.tar.gz
* using R version 4.0.2 (2020-06-22)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘wrapr/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘wrapr’ version ‘2.0.5
* this is package ‘wrapr’ version ‘2.0.6
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
...
Status: OK



## Downstream dependencies

Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md .
Expand Down
32 changes: 16 additions & 16 deletions extras/check_reverse_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ package = "wrapr"
packageVersion(package)
```

## [1] '2.0.5'
## [1] '2.0.6'

``` r
date()
```

## [1] "Fri Nov 13 07:53:09 2020"
## [1] "Sun Dec 6 08:58:12 2020"

``` r
parallelCluster <- NULL
Expand All @@ -35,7 +35,7 @@ setwd(td)
print(td)
```

## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpGGHmjM"
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmppRhPVD"

``` r
options(repos = repos)
Expand Down Expand Up @@ -92,37 +92,37 @@ if(!is.null(parallelCluster)) {
##
## [[2]]
## id title status
## 1 5 seplyr WORKING
## 1 4 rquery WORKING
## 2 7 vtreat WORKING
## 3 8 WVPlots WORKING
##
## [[3]]
## id title status
## 1 5 seplyr WORKING
## 2 8 WVPlots WORKING
## [1] id title status
## <0 rows> (or 0-length row.names)
##
## [[4]]
## id title status
## 1 7 vtreat WORKING
##
## [[5]]
## id title status
## 1 2 RcppDynProg WORKING
## 2 5 seplyr WORKING
## 2 4 rquery WORKING
## 3 7 vtreat WORKING
## 4 8 WVPlots WORKING
##
## [[5]]
## [1] id title status
## <0 rows> (or 0-length row.names)
##
## [[6]]
## id title status
## 1 5 seplyr WORKING
## 1 4 rquery WORKING
## 2 7 vtreat WORKING

``` r
summariseQueue(package=package, directory=td)
```

## Test of wrapr 2.0.5 had 8 successes, 0 failures, and 0 skipped packages.
## Ran from 2020-11-13 07:53:13 to 2020-11-13 07:54:34 for 1.35 mins
## Average of 10.125 secs relative to 38.347 secs using 6 runners
## Test of wrapr 2.0.6 had 8 successes, 0 failures, and 0 skipped packages.
## Ran from 2020-12-06 08:58:16 to 2020-12-06 08:59:37 for 1.35 mins
## Average of 10.125 secs relative to 37.683 secs using 6 runners
##
## Failed packages:
##
Expand Down

0 comments on commit f193970

Please sign in to comment.