File tree Expand file tree Collapse file tree 2 files changed +52
-24
lines changed Expand file tree Collapse file tree 2 files changed +52
-24
lines changed Original file line number Diff line number Diff line change 55### Windows
66
77 rhub::check_for_cran()
8-
9- ### MacOS
10-
11- R CMD check --as-cran wrapr_2.0.1.tar.gz
12-
13-
14- ## Downstream dependencies
15-
16- Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md .
17-
188 472#> setting _R_CHECK_FORCE_SUGGESTS_ to false
199 473#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
2010 474#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
3828 546#> * DONE
3929 547#> Status: 1 NOTE
4030 "Unable to find GhostScript" is a property of the check environment, not the package.
31+
32+ ### MacOS
33+
34+ R CMD check --as-cran wrapr_2.0.1.tar.gz
35+ * using R version 4.0.0 (2020-04-24)
36+ * using platform: x86_64-apple-darwin17.0 (64-bit)
37+ * using session charset: UTF-8
38+ * using option ‘--as-cran’
39+ * checking for file ‘wrapr/DESCRIPTION’ ... OK
40+ * checking extension type ... Package
41+ * this is package ‘wrapr’ version ‘2.0.1’
42+ * package encoding: UTF-8
43+ * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
44+ Maintainer: ‘John Mount <[email protected] >’ 45+ * DONE
46+ ...
47+ Status: OK
48+
49+
50+ ## Downstream dependencies
51+
52+ Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md .
53+
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ package = "wrapr"
99packageVersion(package )
1010```
1111
12- ## [1] '2.0.0 '
12+ ## [1] '2.0.1 '
1313
1414``` r
1515date()
1616```
1717
18- ## [1] "Sat Feb 22 08:14:01 2020"
18+ ## [1] "Sun Aug 9 13:00:05 2020"
1919
2020``` r
2121parallelCluster <- NULL
@@ -35,7 +35,7 @@ setwd(td)
3535print(td )
3636```
3737
38- ## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn /T//RtmpzsCnUM "
38+ ## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn /T//RtmpA2zz3n "
3939
4040``` r
4141options(repos = repos )
@@ -85,29 +85,44 @@ if(!is.null(parallelCluster)) {
8585 ## [[1]]
8686 ## id title status
8787 ## 1 2 RcppDynProg WORKING
88- ## 2 7 vtreat WORKING
89- ## 3 8 WVPlots WORKING
88+ ## 2 4 rquery WORKING
89+ ## 3 5 seplyr WORKING
90+ ## 4 7 vtreat WORKING
91+ ## 5 8 WVPlots WORKING
9092 ##
9193 ## [[2]]
92- ## id title status
93- ## 1 7 vtreat WORKING
94- ## 2 8 WVPlots WORKING
94+ ## id title status
95+ ## 1 4 rquery WORKING
96+ ## 2 5 seplyr WORKING
9597 ##
9698 ## [[3]]
99+ ## id title status
100+ ## 1 2 RcppDynProg WORKING
101+ ## 2 4 rquery WORKING
102+ ## 3 5 seplyr WORKING
103+ ## 4 8 WVPlots WORKING
104+ ##
105+ ## [[4]]
106+ ## id title status
107+ ## 1 5 seplyr WORKING
108+ ##
109+ ## [[5]]
97110 ## [1] id title status
98111 ## <0 rows> (or 0-length row.names)
99112 ##
100- ## [[4]]
101- ## id title status
102- ## 1 8 WVPlots WORKING
113+ ## [[6]]
114+ ## id title status
115+ ## 1 2 RcppDynProg WORKING
116+ ## 2 4 rquery WORKING
117+ ## 3 5 seplyr WORKING
103118
104119``` r
105120summariseQueue(package = package , directory = td )
106121```
107122
108- ## Test of wrapr had 8 successes, 0 failures, and 0 skipped packages.
109- ## Ran from 2020-02-22 08:14:08 to 2020-02-22 08:18:04 for 3.933 mins
110- ## Average of 29.5 secs relative to 94.789 secs using 4 runners
123+ ## Test of wrapr 2.0.1 had 8 successes, 0 failures, and 0 skipped packages.
124+ ## Ran from 2020-08-09 13:00:10 to 2020-08-09 13:01:25 for 1.25 mins
125+ ## Average of 9.375 secs relative to 36.13 secs using 6 runners
111126 ##
112127 ## Failed packages:
113128 ##
You can’t perform that action at this time.
0 commit comments