Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 7, 2020
1 parent 9003c95 commit d705049
Show file tree
Hide file tree
Showing 76 changed files with 181 additions and 178 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.1
Date: 2019-12-31
Date: 2020-01-07
Authors@R: c(
person("John", "Mount", email = "[email protected]", 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.1 2019/12/31
# rquery 1.4.1 2020/01/07

* Add many values vignette.
* Move to non-strict arrows.
Expand Down
37 changes: 20 additions & 17 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### OSX (local machine using --as-cran from the command line)

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

Same check run to same results with:

* export _R_CHECK_DEPENDS_ONLY=true
* export _R_CHECK_SUGGESTS_ONLY=true

### Windows

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

## Reverse dependencies

Expand Down
4 changes: 2 additions & 2 deletions docs/articles/AssigmentPartitioner.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/Parameterized_rquery.html

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

26 changes: 13 additions & 13 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.

Loading

0 comments on commit d705049

Please sign in to comment.