Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Aug 12, 2020
1 parent ede4b80 commit ca79ead
Show file tree
Hide file tree
Showing 18 changed files with 107 additions and 93 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ License: GPL-2 | GPL-3
Encoding: UTF-8
Depends:
R (>= 3.4.0),
wrapr (>= 1.9.6)
wrapr (>= 2.0.0)
Imports:
utils,
stats,
Expand Down
2 changes: 1 addition & 1 deletion R/join_controller.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ key_inspector_postgresql <- function(db, tablename) {

#' Build a nice description of a table.
#'
#' Please see \url{http://www.win-vector.com/blog/2017/05/managing-spark-data-handles-in-r/} for details.
#' Please see \url{https://win-vector.com/2017/05/26/managing-spark-data-handles-in-r/} for details.
#' Note: one usually needs to alter the keys column which is just populated with all columns.
#'
#' Please see \code{vignette('DependencySorting', package = 'rquery')} and \code{vignette('joinController', package= 'rquery')} for more details.
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_19344905918764440115_0000000000
## ) tsql_19344905918764440115_0000000001
## ) tsql_29495934854436339343_0000000000
## ) tsql_29495934854436339343_0000000001
## WHERE `row_number` = 1
## ) tsql_19344905918764440115_0000000002
## ) tsql_29495934854436339343_0000000002

``` r
# clean up
Expand Down
33 changes: 32 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,41 @@
### OSX (local machine using --as-cran from the command line)

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

* using R version 4.0.2 (2020-06-22)
* using platform: x86_64-apple-darwin17.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.5’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
...
Status: OK

### Windows

rhub::check_for_cran()
887#> setting _R_CHECK_FORCE_SUGGESTS_ to false
888#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
889#> setting _R_CHECK_THINGS_IN_CHECK_DIR_ to false
890#> setting R_REMOTES_STANDALONE to true
891#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
892#> setting _R_CHECK_FORCE_SUGGESTS_ to true
893#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
894#> * using log directory 'C:/Users/USERdNIehprwXY/rquery.Rcheck'
895#> * using R Under development (unstable) (2020-07-05 r78784)
896#> * using platform: x86_64-w64-mingw32 (64-bit)
897#> * using session charset: ISO8859-1
898#> * using option '--as-cran'
899#> * checking for file 'rquery/DESCRIPTION' ... OK
900#> * checking extension type ... Package
901#> * this is package 'rquery' version '1.4.5'
902#> * package encoding: UTF-8
903#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
904#> Maintainer: 'John Mount '
960#> Status: OK

## Reverse dependencies

Expand Down
6 changes: 3 additions & 3 deletions docs/articles/Parameterized_rquery.html

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

20 changes: 10 additions & 10 deletions docs/articles/PipeableSQL.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/QueryGeneration.html

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

10 changes: 5 additions & 5 deletions docs/articles/R_mapping.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.

2 changes: 1 addition & 1 deletion docs/articles/rquery_many_columns.html

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

Loading

0 comments on commit ca79ead

Please sign in to comment.