Skip to content

Commit

Permalink
prepare for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Apr 5, 2018
1 parent 4e089e6 commit f9e75b0
Show file tree
Hide file tree
Showing 12 changed files with 227 additions and 48 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: rquery
Type: Package
Title: Relational Query Generator for Data Manipulation at Scale
Version: 0.4.2
Date: 2018-03-24
Date: 2018-04-05
Authors@R: c(
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
person(family = "Win-Vector LLC", role = c("cph"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# rquery 0.4.2 2018/03/24
# rquery 0.4.2 2018/04/05

* Work around RPostgreSQL issue (dbTableExists does not work).
* More controls on dbi_ steps through package options.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,13 @@ cat(to_sql(dq, my_db, source_limit = 1000))
`d`.`assessmentTotal`
FROM
`d` LIMIT 1000
) tsql_72842315083126566706_0000000000
) tsql_72842315083126566706_0000000001
) tsql_72842315083126566706_0000000002
) tsql_72842315083126566706_0000000003
) tsql_39619266287678669305_0000000000
) tsql_39619266287678669305_0000000001
) tsql_39619266287678669305_0000000002
) tsql_39619266287678669305_0000000003
WHERE `rank` = `count`
) tsql_72842315083126566706_0000000004
) tsql_72842315083126566706_0000000005 ORDER BY `subjectID`
) tsql_39619266287678669305_0000000004
) tsql_39619266287678669305_0000000005 ORDER BY `subjectID`

The query is large, but due to its regular structure it should be very amenable to query optimization.

Expand Down
14 changes: 5 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Minor update.


## Test environments

Expand All @@ -8,24 +8,20 @@ Minor update.
* using platform: x86_64-apple-darwin15.6.0 (64-bit)

* Windows
* using R Under development (unstable) (2018-03-16 r74418)
* using platform: x86_64-w64-mingw32 (64-bit)


## R CMD check results

R CMD check --as-cran rquery_0.4.1.tar.gz
R CMD check --as-cran rquery_0.4.2.tar.gz

* using option ‘--as-cran’
* checking for file ‘rquery/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘rquery’ version ‘0.4.1
* this is package ‘rquery’ version ‘0.4.2
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’

Status: OK

No other NOTES, WARNINGS, or ERRORs.
Status: OK

## Reverse dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/AssigmentPartitioner.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/articles/QueryGeneration.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions docs/articles/rquery_intro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/if_else_block.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f9e75b0

Please sign in to comment.