-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebuild and recheck
- Loading branch information
Showing
79 changed files
with
1,601 additions
and
5,654 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 |
---|---|---|
|
@@ -19,3 +19,5 @@ | |
^logs$ | ||
^articles$ | ||
^LICENSE$ | ||
^doc$ | ||
^Meta$ |
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 |
---|---|---|
|
@@ -14,3 +14,5 @@ revdep | |
spark-warehouse | ||
logs | ||
CRAN-RELEASE | ||
doc | ||
Meta |
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,8 +1,8 @@ | ||
Package: replyr | ||
Type: Package | ||
Title: Patches to Use 'dplyr' on Remote Data Sources | ||
Version: 1.0.4 | ||
Date: 2019-07-24 | ||
Version: 1.0.5 | ||
Date: 2019-11-01 | ||
Authors@R: c( | ||
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")), | ||
person("Nina", "Zumel", email = "[email protected]", role = c("aut")), | ||
|
@@ -15,14 +15,14 @@ Description: Patches to use 'dplyr' on remote data sources ('SQL' databases, | |
'Spark' 2.0.0 and above) in a reliable "generic" fashion (generic meaning | ||
user code works similarly on all such sources, without needing per-source | ||
adaption). Due to the fluctuating nature of 'dplyr'/'dbplyr'/'rlang' 'APIs' this package | ||
is going into maintenance mode. Most of the 'replyr' functions are already | ||
is going into maintenance mode. Most of the 'replyr' functions are now | ||
done better by one of the non-monolithic replacement packages: 'wrapr', 'seplyr', 'rquery', | ||
or 'cdata'. | ||
License: GPL-2 | GPL-3 | ||
LazyData: TRUE | ||
Depends: | ||
R (>= 3.4.0), | ||
wrapr (>= 1.8.8) | ||
wrapr (>= 1.9.2) | ||
Imports: | ||
dplyr (>= 0.7.0), | ||
rlang (>= 0.2.0), | ||
|
@@ -35,8 +35,6 @@ Suggests: testthat, | |
sparklyr, | ||
igraph, | ||
DiagrammeR, | ||
htmlwidgets, | ||
webshot, | ||
RSQLite | ||
VignetteBuilder: knitr | ||
ByteCompile: true |
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,4 +1,8 @@ | ||
|
||
# replyr 1.0.5 2019-11-01 | ||
|
||
* Work on vignette render size. | ||
|
||
# replyr 1.0.4 2019-07-24 | ||
|
||
* Adjust license. | ||
|
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
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,60 +1,45 @@ | ||
|
||
|
||
Sub-directory doc size is to support diagrams rendered in vignettes. | ||
Fix doc size. | ||
|
||
## Test environments | ||
|
||
rhub::check_for_cran() | ||
|
||
1030#> * using R Under development (unstable) (2019-07-04 r76780) | ||
1031#> * using platform: x86_64-w64-mingw32 (64-bit) | ||
1032#> * using session charset: ISO8859-1 | ||
1033#> * using option '--as-cran' | ||
1034#> * checking for file 'replyr/DESCRIPTION' ... OK | ||
1035#> * checking extension type ... Package | ||
1036#> * this is package 'replyr' version '1.0.4' | ||
1037#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers | ||
1038#> Maintainer: 'John Mount ' | ||
1048#> * checking installed package size ... NOTE | ||
1049#> installed size is 5.4Mb | ||
1050#> sub-directories of 1Mb or more: | ||
1051#> doc 5.1Mb | ||
1076#> * checking Rd line widths ... OK | ||
1077#> * checking Rd cross-references ... NOTE | ||
1078#> Package unavailable to check Rd xrefs: 'rquery' | ||
1097#> Status: 2 NOTEs | ||
rquery is an alternative, not a dependency or suggestion. | ||
|
||
|
||
### OSX build/check | ||
|
||
R CMD check --as-cran replyr_1.0.4.tar.gz | ||
R CMD check --as-cran replyr_1.0.5.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 ‘replyr/DESCRIPTION’ ... OK | ||
* checking extension type ... Package | ||
* this is package ‘replyr’ version ‘1.0.4’ | ||
* this is package ‘replyr’ version ‘1.0.5’ | ||
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers | ||
Maintainer: ‘John Mount <[email protected]>’ | ||
* checking installed package size ... NOTE | ||
installed size is 5.4Mb | ||
sub-directories of 1Mb or more: | ||
doc 5.1Mb | ||
Status: 1 NOTE | ||
|
||
### Windows | ||
Status: OK | ||
|
||
devtools::check_win_devel() | ||
|
||
### Windows | ||
|
||
rhub::check_for_cran() | ||
867#> * using R Under development (unstable) (2019-10-19 r77318) | ||
868#> * using platform: x86_64-w64-mingw32 (64-bit) | ||
869#> * using session charset: ISO8859-1 | ||
870#> * using option '--as-cran' | ||
871#> * checking for file 'replyr/DESCRIPTION' ... OK | ||
872#> * checking extension type ... Package | ||
873#> * this is package 'replyr' version '1.0.5' | ||
874#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers | ||
875#> Maintainer: 'John Mount ' | ||
911#> * checking Rd cross-references ... NOTE | ||
912#> Package unavailable to check Rd xrefs: 'rquery' | ||
932#> Status: 1 NOTE | ||
rquery is a documented alternative to replyr, but not a dependency. | ||
|
||
## Downstream dependencies | ||
|
||
No declared dependencies. | ||
|
||
devtools::revdep() | ||
|
||
character(0) | ||
|
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.