Skip to content

Commit

Permalink
finish checks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Aug 9, 2020
1 parent 4aeb069 commit cae7cdf
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 24 deletions.
33 changes: 23 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
### Windows

rhub::check_for_cran()

### MacOS

R CMD check --as-cran wrapr_2.0.1.tar.gz


## Downstream dependencies

Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md .

472#> setting _R_CHECK_FORCE_SUGGESTS_ to false
473#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
474#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
Expand All @@ -38,3 +28,26 @@
546#> * DONE
547#> Status: 1 NOTE
"Unable to find GhostScript" is a property of the check environment, not the package.

### MacOS

R CMD check --as-cran wrapr_2.0.1.tar.gz
* using R version 4.0.0 (2020-04-24)
* 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.1’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
* DONE
...
Status: OK


## Downstream dependencies

Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md .

43 changes: 29 additions & 14 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.0'
## [1] '2.0.1'

``` r
date()
```

## [1] "Sat Feb 22 08:14:01 2020"
## [1] "Sun Aug 9 13:00:05 2020"

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

## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpzsCnUM"
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpA2zz3n"

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

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

## Test of wrapr had 8 successes, 0 failures, and 0 skipped packages.
## Ran from 2020-02-22 08:14:08 to 2020-02-22 08:18:04 for 3.933 mins
## Average of 29.5 secs relative to 94.789 secs using 4 runners
## Test of wrapr 2.0.1 had 8 successes, 0 failures, and 0 skipped packages.
## Ran from 2020-08-09 13:00:10 to 2020-08-09 13:01:25 for 1.25 mins
## Average of 9.375 secs relative to 36.13 secs using 6 runners
##
## Failed packages:
##
Expand Down

0 comments on commit cae7cdf

Please sign in to comment.