Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Feb 18, 2020
1 parent 677193f commit b3fba93
Show file tree
Hide file tree
Showing 17 changed files with 110 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.4
Date: 2020-02-09
Date: 2020-02-18
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
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# rquery 1.4.4 2020/02/09
# rquery 1.4.4 2020/02/18

* Isolate bquote a bit more.
* Don't import ApplyTo.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,10 +557,10 @@ cat(to_sql(ops, db))
## `z`
## FROM
## `d`
## ) tsql_96950317224445136915_0000000000
## ) tsql_96950317224445136915_0000000001
## ) tsql_01277139158959309293_0000000000
## ) tsql_01277139158959309293_0000000001
## WHERE `row_number` = 1
## ) tsql_96950317224445136915_0000000002
## ) tsql_01277139158959309293_0000000002

``` r
# clean up
Expand Down
31 changes: 29 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,39 @@
### OSX (local machine using --as-cran from the command line)

R CMD check --as-cran rquery_1.4.4.tar.gz

* using R version 3.6.2 (2019-12-12)
* 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.4’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
Status: OK

### Windows

rhub::check_for_cran()

782#> setting _R_CHECK_FORCE_SUGGESTS_ to false
783#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
784#> setting R_REMOTES_STANDALONE to true
785#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
786#> setting _R_CHECK_FORCE_SUGGESTS_ to true
787#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
788#> * using log directory 'C:/Users/USERBGEoQwFmlc/rquery.Rcheck'
789#> * using R Under development (unstable) (2020-01-22 r77697)
790#> * using platform: x86_64-w64-mingw32 (64-bit)
791#> * using session charset: ISO8859-1
792#> * using option '--as-cran'
793#> * checking for file 'rquery/DESCRIPTION' ... OK
794#> * checking extension type ... Package
795#> * this is package 'rquery' version '1.4.4'
796#> * package encoding: UTF-8
797#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
798#> Maintainer: 'John Mount '
854#> 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.

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 b3fba93

Please sign in to comment.