Skip to content

Commit ca79ead

Browse files
committed
rebuild and recheck
1 parent ede4b80 commit ca79ead

18 files changed

+107
-93
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ License: GPL-2 | GPL-3
2424
Encoding: UTF-8
2525
Depends:
2626
R (>= 3.4.0),
27-
wrapr (>= 1.9.6)
27+
wrapr (>= 2.0.0)
2828
Imports:
2929
utils,
3030
stats,

R/join_controller.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ key_inspector_postgresql <- function(db, tablename) {
223223

224224
#' Build a nice description of a table.
225225
#'
226-
#' Please see \url{http://www.win-vector.com/blog/2017/05/managing-spark-data-handles-in-r/} for details.
226+
#' Please see \url{https://win-vector.com/2017/05/26/managing-spark-data-handles-in-r/} for details.
227227
#' Note: one usually needs to alter the keys column which is just populated with all columns.
228228
#'
229229
#' Please see \code{vignette('DependencySorting', package = 'rquery')} and \code{vignette('joinController', package= 'rquery')} for more details.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,10 @@ cat(to_sql(ops, db))
557557
## `z`
558558
## FROM
559559
## `d`
560-
## ) tsql_19344905918764440115_0000000000
561-
## ) tsql_19344905918764440115_0000000001
560+
## ) tsql_29495934854436339343_0000000000
561+
## ) tsql_29495934854436339343_0000000001
562562
## WHERE `row_number` = 1
563-
## ) tsql_19344905918764440115_0000000002
563+
## ) tsql_29495934854436339343_0000000002
564564

565565
``` r
566566
# clean up

cran-comments.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,41 @@
55
### OSX (local machine using --as-cran from the command line)
66

77
R CMD check --as-cran rquery_1.4.5.tar.gz
8-
8+
* using R version 4.0.2 (2020-06-22)
9+
* using platform: x86_64-apple-darwin17.0 (64-bit)
10+
* using session charset: UTF-8
11+
* using option ‘--as-cran’
12+
* checking for file ‘rquery/DESCRIPTION’ ... OK
13+
* checking extension type ... Package
14+
* this is package ‘rquery’ version ‘1.4.5’
15+
* package encoding: UTF-8
16+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
17+
Maintainer: ‘John Mount <[email protected]>’
18+
...
19+
Status: OK
20+
921
### Windows
1022

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

1344
## Reverse dependencies
1445

docs/articles/Parameterized_rquery.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/PipeableSQL.html

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/QueryGeneration.html

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/R_mapping.html

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/rquery_intro.html

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/rquery_many_columns.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)