Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 17, 2020
1 parent fa66fe6 commit 7f4e929
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 83 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: 1.4.2
Date: 2020-01-20
Date: 2020-01-17
Authors@R: c(
person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
person(family = "Win-Vector LLC", role = c("cph"))
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# rquery 1.4.2 2020/01/12
# rquery 1.4.2 2020/01/17

* Work on query generation and clean up db adaptor path.
* Set minimum suggested rqdatatable version.

# rquery 1.4.1 2020/01/07
Expand Down
10 changes: 5 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

### OSX (local machine using --as-cran from the command line)

R CMD check --as-cran rquery_1.4.1.tar.gz
R CMD check --as-cran rquery_1.4.2.tar.gz
* using R version 3.6.0 (2019-04-26)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘rquery/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘rquery’ version ‘1.4.1
* this is package ‘rquery’ version ‘1.4.2
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
Expand All @@ -26,14 +26,14 @@
825#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
826#> setting _R_CHECK_FORCE_SUGGESTS_ to true
827#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
828#> * using log directory 'C:/Users/USERPqidzGfXOb/rquery.Rcheck'
829#> * using R Under development (unstable) (2019-11-08 r77393)
828#> * using log directory 'C:/Users/USERVIaofwpHOY/rquery.Rcheck'
829#> * using R Under development (unstable) (2020-01-07 r77637)
830#> * using platform: x86_64-w64-mingw32 (64-bit)
831#> * using session charset: ISO8859-1
832#> * using option '--as-cran'
833#> * checking for file 'rquery/DESCRIPTION' ... OK
834#> * checking extension type ... Package
835#> * this is package 'rquery' version '1.4.1'
835#> * this is package 'rquery' version '1.4.2'
836#> * package encoding: UTF-8
837#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
838#> Maintainer: 'John Mount '
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.

8 changes: 4 additions & 4 deletions docs/articles/Parameterized_rquery.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/PipeableSQL.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.

12 changes: 6 additions & 6 deletions docs/articles/R_mapping.html

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

24 changes: 12 additions & 12 deletions docs/articles/rquery_intro.html

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

4 changes: 2 additions & 2 deletions docs/articles/rquery_many_columns.html

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

0 comments on commit 7f4e929

Please sign in to comment.