-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
76 changed files
with
181 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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’ | ||
|
@@ -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 | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.