Skip to content

Commit b3fba93

Browse files
committed
rebuild and recheck
1 parent 677193f commit b3fba93

17 files changed

+110
-83
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: rquery
22
Type: Package
33
Title: Relational Query Generator for Data Manipulation at Scale
44
Version: 1.4.4
5-
Date: 2020-02-09
5+
Date: 2020-02-18
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
88
person(family = "Win-Vector LLC", role = c("cph"))

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# rquery 1.4.4 2020/02/09
2+
# rquery 1.4.4 2020/02/18
33

44
* Isolate bquote a bit more.
55
* Don't import ApplyTo.

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_96950317224445136915_0000000000
561-
## ) tsql_96950317224445136915_0000000001
560+
## ) tsql_01277139158959309293_0000000000
561+
## ) tsql_01277139158959309293_0000000001
562562
## WHERE `row_number` = 1
563-
## ) tsql_96950317224445136915_0000000002
563+
## ) tsql_01277139158959309293_0000000002
564564

565565
``` r
566566
# clean up

cran-comments.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,39 @@
55
### OSX (local machine using --as-cran from the command line)
66

77
R CMD check --as-cran rquery_1.4.4.tar.gz
8-
8+
* using R version 3.6.2 (2019-12-12)
9+
* using platform: x86_64-apple-darwin15.6.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.4’
15+
* package encoding: UTF-8
16+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
17+
Maintainer: ‘John Mount <[email protected]>’
18+
Status: OK
919

1020
### Windows
1121

1222
rhub::check_for_cran()
13-
23+
782#> setting _R_CHECK_FORCE_SUGGESTS_ to false
24+
783#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
25+
784#> setting R_REMOTES_STANDALONE to true
26+
785#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
27+
786#> setting _R_CHECK_FORCE_SUGGESTS_ to true
28+
787#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
29+
788#> * using log directory 'C:/Users/USERBGEoQwFmlc/rquery.Rcheck'
30+
789#> * using R Under development (unstable) (2020-01-22 r77697)
31+
790#> * using platform: x86_64-w64-mingw32 (64-bit)
32+
791#> * using session charset: ISO8859-1
33+
792#> * using option '--as-cran'
34+
793#> * checking for file 'rquery/DESCRIPTION' ... OK
35+
794#> * checking extension type ... Package
36+
795#> * this is package 'rquery' version '1.4.4'
37+
796#> * package encoding: UTF-8
38+
797#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
39+
798#> Maintainer: 'John Mount '
40+
854#> Status: OK
1441

1542
## Reverse dependencies
1643

docs/articles/AssigmentPartitioner.html

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

docs/articles/Parameterized_rquery.html

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

docs/articles/PipeableSQL.html

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

docs/articles/QueryGeneration.html

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

docs/articles/R_mapping.html

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

docs/articles/rquery_intro.html

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

docs/articles/rquery_many_columns.html

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

0 commit comments

Comments
 (0)