Skip to content

Commit

Permalink
finish checks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Nov 13, 2020
1 parent d6ff9f8 commit 49429f8
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 133 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.5
Date: 2020-11-12
Date: 2020-11-13
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.5 2020-11-12
# wrapr 2.0.5 2020-11-13

* More ... checks.
* Better error message for extra comman in unpack.
Expand Down
3 changes: 3 additions & 0 deletions R/qae.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ qae <- function(...) {
rhs <- character(len-1)
for(i in (2:len)) {
ei <- ae_terms[[i]]
if(missing(ei)) {
stop("saw missing argument, often this is caused by an extra comma")
}
ni <- nms[[i]]
li <- length(ei)
vi <- ""
Expand Down
108 changes: 4 additions & 104 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,134 +2,34 @@

## Test environments

I do not see detritus in the temp directory when I check. I feel the last submission that saw detritus in the Debian check may have beena spurious detection.


### Debian

R CMD check --as-cran wrapr_2.0.4.tar.gz
* using log directory ‘/home/parallels/wrapr.Rcheck’
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-pc-linux-gnu (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.4’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking serialization versions ... OK
* checking whether package ‘wrapr’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘tinytest.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* checking for non-standard things in the check directory ... OK
* checking for detritus in the temp directory ... OK
* DONE
Status: OK


### Windows

devtools::check_win_devel()
* using log directory 'd:/RCompile/CRANguest/R-devel/wrapr.Rcheck'
* using R Under development (unstable) (2020-10-15 r79342)
* using R Under development (unstable) (2020-11-12 r79423)
* 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.3'
* this is package 'wrapr' version '2.0.5'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'John Mount <[email protected]>'
...
Status: OK

rhub::check_for_cran()
621#> setting _R_CHECK_FORCE_SUGGESTS_ to false
622#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
623#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
624#> setting R_REMOTES_STANDALONE to true
625#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
626#> setting _R_CHECK_FORCE_SUGGESTS_ to true
627#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
628#> * using log directory 'C:/Users/USEROQmosDufHU/wrapr.Rcheck'
629#> * using R Under development (unstable) (2020-10-09 r79317)
630#> * using platform: x86_64-w64-mingw32 (64-bit)
631#> * using session charset: ISO8859-1
632#> * using option '--as-cran'
633#> * checking for file 'wrapr/DESCRIPTION' ... OK
634#> * checking extension type ... Package
635#> * this is package 'wrapr' version '2.0.3'
636#> * package encoding: UTF-8
637#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
638#> Maintainer: 'John Mount '
680#> * checking sizes of PDF files under 'inst/doc' ... NOTE
681#> Unable to find GhostScript executable to run checks on size reduction
696#> Status: 1 NOTE
Note is a property of test facility, not the package.
test facility not working.

### MacOS

R CMD check --as-cran wrapr_2.0.4.tar.gz
* using log directory ‘/Users/johnmount/Documents/work/wrapr.Rcheck’
* 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.4
* this is package ‘wrapr’ version ‘2.0.5
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
Expand Down
54 changes: 27 additions & 27 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.3'
## [1] '2.0.5'

``` r
date()
```

## [1] "Fri Oct 16 14:36:43 2020"
## [1] "Fri Nov 13 07:53:09 2020"

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

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

``` r
options(repos = repos)
Expand Down Expand Up @@ -83,46 +83,46 @@ if(!is.null(parallelCluster)) {
```

## [[1]]
## id title status
## 1 4 rquery WORKING
## 2 5 seplyr WORKING
## 3 7 vtreat WORKING
## id title status
## 1 2 RcppDynProg WORKING
## 2 4 rquery WORKING
## 3 5 seplyr WORKING
## 4 7 vtreat WORKING
## 5 8 WVPlots WORKING
##
## [[2]]
## id title status
## 1 4 rquery WORKING
## 2 5 seplyr WORKING
## 3 7 vtreat WORKING
## 4 8 WVPlots WORKING
## 1 5 seplyr WORKING
## 2 7 vtreat WORKING
## 3 8 WVPlots WORKING
##
## [[3]]
## [1] id title status
## <0 rows> (or 0-length row.names)
## id title status
## 1 5 seplyr WORKING
## 2 8 WVPlots WORKING
##
## [[4]]
## id title status
## 1 7 vtreat WORKING
## id title status
## 1 2 RcppDynProg WORKING
## 2 5 seplyr WORKING
## 3 7 vtreat WORKING
## 4 8 WVPlots WORKING
##
## [[5]]
## id title status
## 1 4 rquery WORKING
## 2 7 vtreat WORKING
## [1] id title status
## <0 rows> (or 0-length row.names)
##
## [[6]]
## id title status
## 1 2 RcppDynProg WORKING
## 2 4 rquery WORKING
## 3 5 seplyr WORKING
## 4 7 vtreat WORKING
## 5 8 WVPlots WORKING
## id title status
## 1 5 seplyr WORKING

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

## Test of wrapr 2.0.3 had 8 successes, 0 failures, and 0 skipped packages.
## Ran from 2020-10-16 14:36:46 to 2020-10-16 14:38:02 for 1.267 mins
## Average of 9.5 secs relative to 34.951 secs using 6 runners
## 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
##
## Failed packages:
##
Expand Down

0 comments on commit 49429f8

Please sign in to comment.