Skip to content

Commit 5270d5b

Browse files
committed
rebuild and recheck
1 parent 67e4d86 commit 5270d5b

28 files changed

+14
-498
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: cdata
22
Type: Package
33
Title: Fluid Data Transformations
44
Version: 0.7.4
5-
Date: 2018-08-14
5+
Date: 2018-08-16
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")),
@@ -22,7 +22,7 @@ Depends:
2222
R (>= 3.2.1)
2323
Imports:
2424
wrapr (>= 1.6.0),
25-
rquery (>= 0.6.1),
25+
rquery (>= 0.6.2),
2626
stats
2727
Suggests:
2828
DBI,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# cdata 0.7.4 2018/08/14
2+
# cdata 0.7.4 2018/08/16
33

44
* rquery extension (moving methods to S3).
55
* Documentation fixes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tab <- blocks_to_rowrecs_q('d',
4848
qlook(my_db, tab)
4949
```
5050

51-
## table `mvtcq_61905731976953198990_0000000001` spark_connection spark_shell_connection DBIConnection
51+
## table `mvtcq_89974872783737836228_0000000001` spark_connection spark_shell_connection DBIConnection
5252
## nrow: 1
5353
## 'data.frame': 1 obs. of 2 variables:
5454
## $ AUC: num 0.6

cran-comments.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@
77
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
88

99
* win-builder
10-
* using R Under development (unstable) (2018-07-19 r74981)
11-
* using platform: x86_64-w64-mingw32 (64-bit)
12-
13-
## R CMD check --as-cran cdata_0.7.3.tar.gz
14-
1510

16-
* using session charset: UTF-8
11+
## R CMD check --as-cran cdata_0.7.4.tar.gz
12+
1713
* using option ‘--as-cran’
1814
* checking for file ‘cdata/DESCRIPTION’ ... OK
1915
* checking extension type ... Package
20-
* this is package ‘cdata’ version ‘0.7.3
16+
* this is package ‘cdata’ version ‘0.7.4
2117
* package encoding: UTF-8
2218
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
2319
Maintainer: ‘John Mount <[email protected]>’
@@ -29,4 +25,4 @@ Checked all declared dependencies:
2925

3026
devtools::revdep_check()
3127
Checking 1 packages: WVPlots
32-
Checked WVPlots: 0 errors | 0 warnings | 0 notes
28+
Checked WVPlots: 0 errors | 0 warnings | 0 notes

docs/LICENSE-text.html

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/FrameTools.html

Lines changed: 0 additions & 214 deletions
This file was deleted.

docs/articles/cdata.html

Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)