Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Feb 1, 2020
1 parent dfc89cc commit 6de8b51
Show file tree
Hide file tree
Showing 21 changed files with 111 additions and 107 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.3
Date: 2020-01-30
Date: 2020-02-01
Authors@R: c(
person("John", "Mount", email = "jmount@win-vector.com", 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.3 2020/01/30
# rquery 1.4.3 2020/02/01

* Work on noSuggests issue.
* Better error message on named argument function.
Expand Down
2 changes: 1 addition & 1 deletion R/project.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ project_se.data.frame <- function(source,

#' project data by grouping, and adding aggregate columns.
#'
#' Supports \code{bquote()} \code{.()}-style name abstraction with the extenson that \code{-} promotes strings to names
#' Supports \code{bquote()} \code{.()}-style name abstraction including \code{.(-)} notation to promote strings to names
#' (please see here: \url{https://github.com/WinVector/rquery/blob/master/Examples/Substitution/Substitution.md}).
#'
#' @param source source to select from.
Expand Down
3 changes: 2 additions & 1 deletion R/select_rows.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ select_rows_se.data.frame <- function(source, expr,

#' Make a select rows node.
#'
#' Supports bquote() .()-style name abstraction (please see here: \url{https://github.com/WinVector/rquery/blob/master/Examples/Substitution/Substitution.md}).
#' Supports \code{bquote()} \code{.()}-style name abstraction including \code{.(-)} notation to promote strings to names
#' (please see here: \url{https://github.com/WinVector/rquery/blob/master/Examples/Substitution/Substitution.md}).
#'
#' @param source source to select from.
#' @param expr expression to select rows.
Expand Down
42 changes: 21 additions & 21 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@

### OSX (local machine using --as-cran from the command line)

R CMD check --as-cran rquery_1.4.2.tar.gz
R CMD check --as-cran rquery_1.4.3.tar.gz
* 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’
* checking for file ‘rquery/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘rquery’ version ‘1.4.2
* this is package ‘rquery’ version ‘1.4.3
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
Status: OK

### Windows

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/USERVIaofwpHOY/rquery.Rcheck'
829#> * using R Under development (unstable) (2020-01-07 r77637)
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.2'
836#> * package encoding: UTF-8
837#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
838#> Maintainer: 'John Mount '
894#> Status: OK
rhub::check_for_cran()
998#> setting _R_CHECK_FORCE_SUGGESTS_ to false
999#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
1000#> setting R_REMOTES_STANDALONE to true
1001#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
1002#> setting _R_CHECK_FORCE_SUGGESTS_ to true
1003#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
1004#> * using log directory 'C:/Users/USERJluVHZIXfM/rquery.Rcheck'
1005#> * using R Under development (unstable) (2020-01-22 r77697)
1006#> * using platform: x86_64-w64-mingw32 (64-bit)
1007#> * using session charset: ISO8859-1
1008#> * using option '--as-cran'
1009#> * checking for file 'rquery/DESCRIPTION' ... OK
1010#> * checking extension type ... Package
1011#> * this is package 'rquery' version '1.4.3'
1012#> * package encoding: UTF-8
1013#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1014#> Maintainer: 'John Mount '
1070#> Status: OK

## Reverse dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/AssigmentPartitioner.html

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

8 changes: 4 additions & 4 deletions docs/articles/Parameterized_rquery.html

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

22 changes: 11 additions & 11 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.

12 changes: 6 additions & 6 deletions docs/articles/R_mapping.html

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

24 changes: 12 additions & 12 deletions docs/articles/rquery_intro.html

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

0 comments on commit 6de8b51

Please sign in to comment.