Skip to content

Commit d705049

Browse files
committed
rebuild and recheck
1 parent 9003c95 commit d705049

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+181
-178
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.1
5-
Date: 2019-12-31
5+
Date: 2020-01-07
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.1 2019/12/31
2+
# rquery 1.4.1 2020/01/07
33

44
* Add many values vignette.
55
* Move to non-strict arrows.

cran-comments.md

+20-17
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### OSX (local machine using --as-cran from the command line)
66

77
R CMD check --as-cran rquery_1.4.1.tar.gz
8-
* using R version 3.5.0 (2018-04-23)
8+
* using R version 3.6.0 (2019-04-26)
99
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
1010
* using session charset: UTF-8
1111
* using option ‘--as-cran’
@@ -17,24 +17,27 @@
1717
Maintainer: ‘John Mount <[email protected]>’
1818
Status: OK
1919

20-
Same check run to same results with:
21-
22-
* export _R_CHECK_DEPENDS_ONLY=true
23-
* export _R_CHECK_SUGGESTS_ONLY=true
24-
2520
### Windows
2621

27-
devtools::check_win_devel()
28-
* using R Under development (unstable) (2019-12-20 r77608)
29-
* using platform: x86_64-w64-mingw32 (64-bit)
30-
* using session charset: ISO8859-1
31-
* checking for file 'rquery/DESCRIPTION' ... OK
32-
* checking extension type ... Package
33-
* this is package 'rquery' version '1.4.1'
34-
* package encoding: UTF-8
35-
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
36-
Maintainer: 'John Mount <[email protected]>'
37-
Status: OK
22+
rhub::check_for_cran()
23+
822#> setting _R_CHECK_FORCE_SUGGESTS_ to false
24+
823#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
25+
824#> setting R_REMOTES_STANDALONE to true
26+
825#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
27+
826#> setting _R_CHECK_FORCE_SUGGESTS_ to true
28+
827#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
29+
828#> * using log directory 'C:/Users/USERPqidzGfXOb/rquery.Rcheck'
30+
829#> * using R Under development (unstable) (2019-11-08 r77393)
31+
830#> * using platform: x86_64-w64-mingw32 (64-bit)
32+
831#> * using session charset: ISO8859-1
33+
832#> * using option '--as-cran'
34+
833#> * checking for file 'rquery/DESCRIPTION' ... OK
35+
834#> * checking extension type ... Package
36+
835#> * this is package 'rquery' version '1.4.1'
37+
836#> * package encoding: UTF-8
38+
837#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
39+
838#> Maintainer: 'John Mount '
40+
894#> Status: OK
3841

3942
## Reverse dependencies
4043

docs/articles/AssigmentPartitioner.html

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

docs/articles/Parameterized_rquery.html

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

docs/articles/PipeableSQL.html

+13-13
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.

0 commit comments

Comments
 (0)