Skip to content

Commit e83584a

Browse files
committed
check
1 parent ae75267 commit e83584a

File tree

2 files changed

+38
-8
lines changed

2 files changed

+38
-8
lines changed

cran-comments.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,48 @@
55
### OSX
66

77
R CMD check --as-cran cdata_1.1.0.tar.gz
8-
8+
* using R version 3.5.0 (2018-04-23)
9+
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
10+
* using session charset: UTF-8
11+
* using option ‘--as-cran’
12+
* checking for file ‘cdata/DESCRIPTION’ ... OK
13+
* checking extension type ... Package
14+
* this is package ‘cdata’ version ‘1.1.0’
15+
* package encoding: UTF-8
16+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
17+
Maintainer: ‘John Mount <[email protected]>’
18+
Status: OK
919

1020
### Windows
1121

1222
devtools::build_win()
13-
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)
35+
* using platform: x86_64-w64-mingw32 (64-bit)
36+
* using session charset: ISO8859-1
37+
* checking for file 'cdata/DESCRIPTION' ... OK
38+
* checking extension type ... Package
39+
* this is package 'cdata' version '1.1.0'
40+
* package encoding: UTF-8
41+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
42+
Maintainer: 'John Mount <[email protected]>'
43+
Status: OK
1444

1545
## Downstream dependencies
1646

1747
Checked all declared dependencies
1848
https://github.com/WinVector/cdata/blob/master/extras/check_reverse_dependencies.md
19-
## WVPlots_1.1.0 started at 2019-04-20 07:53:21 success at 2019-04-20 07:54:22 (1/0/0)
49+
## WVPlots_1.1.0 started at 2019-04-27 07:32:04 success at 2019-04-27 07:33:17 (1/0/0)
2050
## Test of cdata had 1 successes, 0 failures, and 0 skipped packages.
2151

2252

extras/check_reverse_dependencies.md

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

11-
## [1] '1.0.9'
11+
## [1] '1.1.0'
1212

1313
``` r
1414
parallelCluster <- NULL
@@ -27,7 +27,7 @@ setwd(td)
2727
print(td)
2828
```
2929

30-
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmpc6n0pt"
30+
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpezRBvX"
3131

3232
``` r
3333
options(repos = c(CRAN="https://cloud.r-project.org"))
@@ -52,7 +52,7 @@ if(!is.null(parallelCluster)) {
5252
}
5353
```
5454

55-
## WVPlots_1.1.0 started at 2019-04-20 07:53:21 success at 2019-04-20 07:54:22 (1/0/0)
55+
## WVPlots_1.1.0 started at 2019-04-27 07:32:04 success at 2019-04-27 07:33:17 (1/0/0)
5656

5757
## [1] id title status
5858
## <0 rows> (or 0-length row.names)
@@ -62,8 +62,8 @@ summariseQueue(package=package, directory=td)
6262
```
6363

6464
## Test of cdata had 1 successes, 0 failures, and 0 skipped packages.
65-
## Ran from 2019-04-20 07:53:21 to 2019-04-20 07:54:22 for 1.017 mins
66-
## Average of 61 secs relative to 61.586 secs using 1 runners
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
6767
##
6868
## Failed packages:
6969
##

0 commit comments

Comments
 (0)