Skip to content

Commit f193970

Browse files
committed
update and recheck
1 parent 37330ad commit f193970

File tree

4 files changed

+46
-24
lines changed

4 files changed

+46
-24
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.6
5-
Date: 2020-11-13
5+
Date: 2020-12-06
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.6 2020-11-13
2+
# wrapr 2.0.6 2020-12-06
33

44
* Bump version.
55
* Add pack().

cran-comments.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,60 @@
66
### Windows
77

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

2122
rhub::check_for_cran()
22-
test facility not working.
23-
23+
607#> setting _R_CHECK_FORCE_SUGGESTS_ to false
24+
608#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
25+
609#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
26+
610#> setting R_REMOTES_STANDALONE to true
27+
611#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
28+
612#> setting _R_CHECK_FORCE_SUGGESTS_ to true
29+
613#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
30+
614#> * using log directory 'C:/Users/USERbylfYxeuqH/wrapr.Rcheck'
31+
615#> * using R Under development (unstable) (2020-11-30 r79529)
32+
616#> * using platform: x86_64-w64-mingw32 (64-bit)
33+
617#> * using session charset: ISO8859-1
34+
618#> * using option '--as-cran'
35+
619#> * checking for file 'wrapr/DESCRIPTION' ... OK
36+
620#> * checking extension type ... Package
37+
621#> * this is package 'wrapr' version '2.0.6'
38+
622#> * package encoding: UTF-8
39+
623#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
40+
624#> Maintainer: 'John Mount '
41+
666#> * checking sizes of PDF files under 'inst/doc' ... NOTE
42+
667#> Unable to find GhostScript executable to run checks on size reduction
43+
682#> Status: 1 NOTE
44+
Note is a property of test facility, not of the package.
45+
2446
### MacOS
2547

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

3962

40-
4163
## Downstream dependencies
4264

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

extras/check_reverse_dependencies.md

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

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

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

18-
## [1] "Fri Nov 13 07:53:09 2020"
18+
## [1] "Sun Dec 6 08:58:12 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//RtmpGGHmjM"
38+
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmppRhPVD"
3939

4040
``` r
4141
options(repos = repos)
@@ -92,37 +92,37 @@ if(!is.null(parallelCluster)) {
9292
##
9393
## [[2]]
9494
## id title status
95-
## 1 5 seplyr WORKING
95+
## 1 4 rquery WORKING
9696
## 2 7 vtreat WORKING
9797
## 3 8 WVPlots WORKING
9898
##
9999
## [[3]]
100-
## id title status
101-
## 1 5 seplyr WORKING
102-
## 2 8 WVPlots WORKING
100+
## [1] id title status
101+
## <0 rows> (or 0-length row.names)
103102
##
104103
## [[4]]
104+
## id title status
105+
## 1 7 vtreat WORKING
106+
##
107+
## [[5]]
105108
## id title status
106109
## 1 2 RcppDynProg WORKING
107-
## 2 5 seplyr WORKING
110+
## 2 4 rquery WORKING
108111
## 3 7 vtreat WORKING
109112
## 4 8 WVPlots WORKING
110113
##
111-
## [[5]]
112-
## [1] id title status
113-
## <0 rows> (or 0-length row.names)
114-
##
115114
## [[6]]
116115
## id title status
117-
## 1 5 seplyr WORKING
116+
## 1 4 rquery WORKING
117+
## 2 7 vtreat WORKING
118118

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

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
123+
## Test of wrapr 2.0.6 had 8 successes, 0 failures, and 0 skipped packages.
124+
## Ran from 2020-12-06 08:58:16 to 2020-12-06 08:59:37 for 1.35 mins
125+
## Average of 10.125 secs relative to 37.683 secs using 6 runners
126126
##
127127
## Failed packages:
128128
##

0 commit comments

Comments
 (0)