Skip to content

Commit 0228724

Browse files
committed
bump dates and re-check
1 parent 2270704 commit 0228724

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: cdata
22
Type: Package
33
Title: Fluid Data Transformations
44
Version: 1.0.9
5-
Date: 2019-04-17
5+
Date: 2019-04-20
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-
# cdata 1.0.9 2019/04/17
2+
# cdata 1.0.9 2019/04/20
33

44
* "layout" commands.
55
* Deal better with duplicate entries in db-version of blocks to rows.

cran-comments.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,30 @@
1717
Maintainer: ‘John Mount <[email protected]>’
1818
Status: OK
1919

20+
2021
### Windows
2122

2223
devtools::build_win()
23-
24+
* using R version 3.6.0 RC (2019-04-19 r76406)
25+
* using platform: x86_64-w64-mingw32 (64-bit)
26+
* using session charset: ISO8859-1
27+
* checking for file 'cdata/DESCRIPTION' ... OK
28+
* checking extension type ... Package
29+
* this is package 'cdata' version '1.0.9'
30+
* package encoding: UTF-8
31+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
32+
Maintainer: 'John Mount <[email protected]>'
33+
Status: OK
2434

2535

2636
## Downstream dependencies
2737

2838
Checked all declared dependencies
2939
https://github.com/WinVector/cdata/blob/master/extras/check_reverse_dependencies.md
30-
## WVPlots_1.1.0 started at 2019-04-15 16:42:44 success at 2019-04-15 16:43:39 (1/0/0)
40+
## WVPlots_1.1.0 started at 2019-04-20 07:53:21 success at 2019-04-20 07:54:22 (1/0/0)
3141
## Test of cdata had 1 successes, 0 failures, and 0 skipped packages.
3242

43+
3344
# Notes
3445

3546
"Zumel" and "coordinatized" are not misspelled.

extras/check_reverse_dependencies.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "check_reverse_dependencies"
33
output: github_document
44
---
55

6-
```{r}
6+
```{r, error=TRUE}
77
library("prrd")
88
td <- tempdir()
99
package = "cdata"

extras/check_reverse_dependencies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setwd(td)
2727
print(td)
2828
```
2929

30-
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpAS7YAq"
30+
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmpc6n0pt"
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-15 16:42:44 success at 2019-04-15 16:43:39 (1/0/0)
55+
## WVPlots_1.1.0 started at 2019-04-20 07:53:21 success at 2019-04-20 07:54:22 (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-15 16:42:44 to 2019-04-15 16:43:39 for 55 secs
66-
## Average of 55 secs relative to 55.065 secs using 1 runners
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
6767
##
6868
## Failed packages:
6969
##

0 commit comments

Comments
 (0)