Skip to content

Commit 49429f8

Browse files
committed
finish checks
1 parent d6ff9f8 commit 49429f8

File tree

5 files changed

+36
-133
lines changed

5 files changed

+36
-133
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.5
5-
Date: 2020-11-12
5+
Date: 2020-11-13
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.5 2020-11-12
2+
# wrapr 2.0.5 2020-11-13
33

44
* More ... checks.
55
* Better error message for extra comman in unpack.

R/qae.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ qae <- function(...) {
106106
rhs <- character(len-1)
107107
for(i in (2:len)) {
108108
ei <- ae_terms[[i]]
109+
if(missing(ei)) {
110+
stop("saw missing argument, often this is caused by an extra comma")
111+
}
109112
ni <- nms[[i]]
110113
li <- length(ei)
111114
vi <- ""

cran-comments.md

Lines changed: 4 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -2,134 +2,34 @@
22

33
## Test environments
44

5-
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.
6-
7-
8-
### Debian
9-
10-
R CMD check --as-cran wrapr_2.0.4.tar.gz
11-
* using log directory ‘/home/parallels/wrapr.Rcheck’
12-
* using R version 4.0.3 (2020-10-10)
13-
* using platform: x86_64-pc-linux-gnu (64-bit)
14-
* using session charset: UTF-8
15-
* using option ‘--as-cran’
16-
* checking for file ‘wrapr/DESCRIPTION’ ... OK
17-
* checking extension type ... Package
18-
* this is package ‘wrapr’ version ‘2.0.4’
19-
* package encoding: UTF-8
20-
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
21-
Maintainer: ‘John Mount <[email protected]>’
22-
* checking package namespace information ... OK
23-
* checking package dependencies ... OK
24-
* checking if this is a source package ... OK
25-
* checking if there is a namespace ... OK
26-
* checking for executable files ... OK
27-
* checking for hidden files and directories ... OK
28-
* checking for portable file names ... OK
29-
* checking for sufficient/correct file permissions ... OK
30-
* checking serialization versions ... OK
31-
* checking whether package ‘wrapr’ can be installed ... OK
32-
* checking installed package size ... OK
33-
* checking package directory ... OK
34-
* checking for future file timestamps ... OK
35-
* checking ‘build’ directory ... OK
36-
* checking DESCRIPTION meta-information ... OK
37-
* checking top-level files ... OK
38-
* checking for left-over files ... OK
39-
* checking index information ... OK
40-
* checking package subdirectories ... OK
41-
* checking R files for non-ASCII characters ... OK
42-
* checking R files for syntax errors ... OK
43-
* checking whether the package can be loaded ... OK
44-
* checking whether the package can be loaded with stated dependencies ... OK
45-
* checking whether the package can be unloaded cleanly ... OK
46-
* checking whether the namespace can be loaded with stated dependencies ... OK
47-
* checking whether the namespace can be unloaded cleanly ... OK
48-
* checking loading without being on the library search path ... OK
49-
* checking use of S3 registration ... OK
50-
* checking dependencies in R code ... OK
51-
* checking S3 generic/method consistency ... OK
52-
* checking replacement functions ... OK
53-
* checking foreign function calls ... OK
54-
* checking R code for possible problems ... OK
55-
* checking Rd files ... OK
56-
* checking Rd metadata ... OK
57-
* checking Rd line widths ... OK
58-
* checking Rd cross-references ... OK
59-
* checking for missing documentation entries ... OK
60-
* checking for code/documentation mismatches ... OK
61-
* checking Rd \usage sections ... OK
62-
* checking Rd contents ... OK
63-
* checking for unstated dependencies in examples ... OK
64-
* checking sizes of PDF files under ‘inst/doc’ ... OK
65-
* checking installed files from ‘inst/doc’ ... OK
66-
* checking files in ‘vignettes’ ... OK
67-
* checking examples ... OK
68-
* checking for unstated dependencies in ‘tests’ ... OK
69-
* checking tests ...
70-
Running ‘tinytest.R’
71-
OK
72-
* checking for unstated dependencies in vignettes ... OK
73-
* checking package vignettes in ‘inst/doc’ ... OK
74-
* checking re-building of vignette outputs ... OK
75-
* checking PDF version of manual ... OK
76-
* checking for non-standard things in the check directory ... OK
77-
* checking for detritus in the temp directory ... OK
78-
* DONE
79-
Status: OK
80-
815

826
### Windows
837

848
devtools::check_win_devel()
85-
* using log directory 'd:/RCompile/CRANguest/R-devel/wrapr.Rcheck'
86-
* using R Under development (unstable) (2020-10-15 r79342)
9+
* using R Under development (unstable) (2020-11-12 r79423)
8710
* using platform: x86_64-w64-mingw32 (64-bit)
8811
* using session charset: ISO8859-1
8912
* checking for file 'wrapr/DESCRIPTION' ... OK
9013
* checking extension type ... Package
91-
* this is package 'wrapr' version '2.0.3'
14+
* this is package 'wrapr' version '2.0.5'
9215
* package encoding: UTF-8
9316
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
9417
Maintainer: 'John Mount <[email protected]>'
9518
...
9619
Status: OK
9720

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

12224
### MacOS
12325

124-
R CMD check --as-cran wrapr_2.0.4.tar.gz
125-
* using log directory ‘/Users/johnmount/Documents/work/wrapr.Rcheck’
12626
* using R version 4.0.2 (2020-06-22)
12727
* using platform: x86_64-apple-darwin17.0 (64-bit)
12828
* using session charset: UTF-8
12929
* using option ‘--as-cran’
13030
* checking for file ‘wrapr/DESCRIPTION’ ... OK
13131
* checking extension type ... Package
132-
* this is package ‘wrapr’ version ‘2.0.4
32+
* this is package ‘wrapr’ version ‘2.0.5
13333
* package encoding: UTF-8
13434
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
13535
Maintainer: ‘John Mount <[email protected]>’

extras/check_reverse_dependencies.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ package = "wrapr"
99
packageVersion(package)
1010
```
1111

12-
## [1] '2.0.3'
12+
## [1] '2.0.5'
1313

1414
``` r
1515
date()
1616
```
1717

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

2020
``` r
2121
parallelCluster <- NULL
@@ -35,7 +35,7 @@ setwd(td)
3535
print(td)
3636
```
3737

38-
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpwjHoey"
38+
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpGGHmjM"
3939

4040
``` r
4141
options(repos = repos)
@@ -83,46 +83,46 @@ if(!is.null(parallelCluster)) {
8383
```
8484

8585
## [[1]]
86-
## id title status
87-
## 1 4 rquery WORKING
88-
## 2 5 seplyr WORKING
89-
## 3 7 vtreat WORKING
86+
## id title status
87+
## 1 2 RcppDynProg WORKING
88+
## 2 4 rquery WORKING
89+
## 3 5 seplyr WORKING
90+
## 4 7 vtreat WORKING
91+
## 5 8 WVPlots WORKING
9092
##
9193
## [[2]]
9294
## id title status
93-
## 1 4 rquery WORKING
94-
## 2 5 seplyr WORKING
95-
## 3 7 vtreat WORKING
96-
## 4 8 WVPlots WORKING
95+
## 1 5 seplyr WORKING
96+
## 2 7 vtreat WORKING
97+
## 3 8 WVPlots WORKING
9798
##
9899
## [[3]]
99-
## [1] id title status
100-
## <0 rows> (or 0-length row.names)
100+
## id title status
101+
## 1 5 seplyr WORKING
102+
## 2 8 WVPlots WORKING
101103
##
102104
## [[4]]
103-
## id title status
104-
## 1 7 vtreat WORKING
105+
## id title status
106+
## 1 2 RcppDynProg WORKING
107+
## 2 5 seplyr WORKING
108+
## 3 7 vtreat WORKING
109+
## 4 8 WVPlots WORKING
105110
##
106111
## [[5]]
107-
## id title status
108-
## 1 4 rquery WORKING
109-
## 2 7 vtreat WORKING
112+
## [1] id title status
113+
## <0 rows> (or 0-length row.names)
110114
##
111115
## [[6]]
112-
## id title status
113-
## 1 2 RcppDynProg WORKING
114-
## 2 4 rquery WORKING
115-
## 3 5 seplyr WORKING
116-
## 4 7 vtreat WORKING
117-
## 5 8 WVPlots WORKING
116+
## id title status
117+
## 1 5 seplyr WORKING
118118

119119
``` r
120120
summariseQueue(package=package, directory=td)
121121
```
122122

123-
## Test of wrapr 2.0.3 had 8 successes, 0 failures, and 0 skipped packages.
124-
## Ran from 2020-10-16 14:36:46 to 2020-10-16 14:38:02 for 1.267 mins
125-
## Average of 9.5 secs relative to 34.951 secs using 6 runners
123+
## Test of wrapr 2.0.5 had 8 successes, 0 failures, and 0 skipped packages.
124+
## Ran from 2020-11-13 07:53:13 to 2020-11-13 07:54:34 for 1.35 mins
125+
## Average of 10.125 secs relative to 38.347 secs using 6 runners
126126
##
127127
## Failed packages:
128128
##

0 commit comments

Comments
 (0)