Skip to content

Commit f1b253c

Browse files
committed
re-check and re-build
1 parent e7eec94 commit f1b253c

File tree

3 files changed

+20
-25
lines changed

3 files changed

+20
-25
lines changed

cran-comments.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,38 @@
44

55
### OSX
66

7-
R CMD check --as-cran cdata_1.1.0.tar.gz
8-
* using R version 3.5.0 (2018-04-23)
7+
R CMD check --as-cran cdata_1.1.1.tar.gz
8+
* using R version 3.6.0 (2019-04-26)
99
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
1010
* using session charset: UTF-8
1111
* using option ‘--as-cran’
1212
* checking for file ‘cdata/DESCRIPTION’ ... OK
1313
* checking extension type ... Package
14-
* this is package ‘cdata’ version ‘1.1.0
14+
* this is package ‘cdata’ version ‘1.1.1
1515
* package encoding: UTF-8
1616
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1717
Maintainer: ‘John Mount <[email protected]>’
18-
Status: OK
18+
Status: OK
1919

2020
### Windows
2121

22-
devtools::build_win()
23-
* using R version 3.5.3 (2019-03-11)
24-
* using platform: x86_64-w64-mingw32 (64-bit)
25-
* using session charset: ISO8859-1
26-
* checking for file 'cdata/DESCRIPTION' ... OK
27-
* checking extension type ... Package
28-
* this is package 'cdata' version '1.1.0'
29-
* package encoding: UTF-8
30-
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
31-
Maintainer: 'John Mount <[email protected]>'
32-
Status: OK
33-
34-
* using R version 3.6.0 RC (2019-04-21 r76417)
22+
devtools::check_win_devel()
23+
* using R Under development (unstable) (2019-07-05 r76784)
3524
* using platform: x86_64-w64-mingw32 (64-bit)
3625
* using session charset: ISO8859-1
3726
* checking for file 'cdata/DESCRIPTION' ... OK
3827
* checking extension type ... Package
39-
* this is package 'cdata' version '1.1.0'
28+
* this is package 'cdata' version '1.1.1'
4029
* package encoding: UTF-8
4130
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
4231
Maintainer: 'John Mount <[email protected]>'
32+
* checking package namespace information ... OK
4333
Status: OK
4434

4535
## Downstream dependencies
4636

4737
Checked all declared dependencies
4838
https://github.com/WinVector/cdata/blob/master/extras/check_reverse_dependencies.md
49-
## WVPlots_1.1.0 started at 2019-04-27 07:32:04 success at 2019-04-27 07:33:17 (1/0/0)
50-
## Test of cdata had 1 successes, 0 failures, and 0 skipped packages.
5139

5240

5341
# Notes

extras/check_reverse_dependencies.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ library("prrd")
88
td <- tempdir()
99
package = "cdata"
1010
packageVersion(package)
11+
date()
1112
1213
parallelCluster <- NULL
1314
# # parallel doesn't work due to https://github.com/r-lib/liteq/issues/22

extras/check_reverse_dependencies.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ package = "cdata"
88
packageVersion(package)
99
```
1010

11-
## [1] '1.1.0'
11+
## [1] '1.1.1'
12+
13+
``` r
14+
date()
15+
```
16+
17+
## [1] "Wed Jul 24 14:26:22 2019"
1218

1319
``` r
1420
parallelCluster <- NULL
@@ -27,7 +33,7 @@ setwd(td)
2733
print(td)
2834
```
2935

30-
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpezRBvX"
36+
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmp1dCT0P"
3137

3238
``` r
3339
options(repos = c(CRAN="https://cloud.r-project.org"))
@@ -52,7 +58,7 @@ if(!is.null(parallelCluster)) {
5258
}
5359
```
5460

55-
## WVPlots_1.1.0 started at 2019-04-27 07:32:04 success at 2019-04-27 07:33:17 (1/0/0)
61+
## WVPlots_1.1.1 started at 2019-07-24 14:26:26 success at 2019-07-24 14:27:38 (1/0/0)
5662

5763
## [1] id title status
5864
## <0 rows> (or 0-length row.names)
@@ -62,8 +68,8 @@ summariseQueue(package=package, directory=td)
6268
```
6369

6470
## Test of cdata had 1 successes, 0 failures, and 0 skipped packages.
65-
## Ran from 2019-04-27 07:32:04 to 2019-04-27 07:33:17 for 1.217 mins
66-
## Average of 73 secs relative to 72.3 secs using 1 runners
71+
## Ran from 2019-07-24 14:26:26 to 2019-07-24 14:27:38 for 1.2 mins
72+
## Average of 72 secs relative to 72.161 secs using 1 runners
6773
##
6874
## Failed packages:
6975
##

0 commit comments

Comments
 (0)