-
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.
- Loading branch information
Showing
4 changed files
with
29 additions
and
25 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 |
---|---|---|
|
@@ -18,3 +18,4 @@ | |
^revdep$ | ||
^logs$ | ||
^articles$ | ||
^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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: replyr | |
Type: Package | ||
Title: Patches to Use 'dplyr' on Remote Data Sources | ||
Version: 1.0.4 | ||
Date: 2019-07-23 | ||
Date: 2019-07-24 | ||
Authors@R: c( | ||
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")), | ||
person("Nina", "Zumel", email = "[email protected]", role = c("aut")), | ||
|
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 @@ | ||
|
||
# replyr 1.0.4 2019-07-23 | ||
# 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,38 @@ Sub-directory doc size is to support diagrams rendered in vignettes. | |
|
||
## 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.3.tar.gz | ||
R CMD check --as-cran replyr_1.0.4.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.3’ | ||
* this is package ‘replyr’ version ‘1.0.4’ | ||
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers | ||
Maintainer: ‘John Mount <[email protected]>’ | ||
* checking installed package size ... NOTE | ||
|
@@ -23,35 +44,17 @@ Sub-directory doc size is to support diagrams rendered in vignettes. | |
doc 5.1Mb | ||
Status: 1 NOTE | ||
|
||
|
||
### Windows | ||
|
||
devtools::check_win_devel() | ||
|
||
rhub::check_for_cran() | ||
943#> * using R Under development (unstable) (2019-07-04 r76780) | ||
944#> * using platform: x86_64-w64-mingw32 (64-bit) | ||
945#> * using session charset: ISO8859-1 | ||
946#> * using option '--as-cran' | ||
947#> * checking for file 'replyr/DESCRIPTION' ... OK | ||
948#> * checking extension type ... Package | ||
949#> * this is package 'replyr' version '1.0.3' | ||
950#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers | ||
951#> Maintainer: 'John Mount ' | ||
961#> * checking installed package size ... NOTE | ||
962#> installed size is 5.4Mb | ||
963#> sub-directories of 1Mb or more: | ||
964#> doc 5.1Mb | ||
990#> * checking Rd cross-references ... NOTE | ||
991#> Package unavailable to check Rd xrefs: 'rquery' | ||
1009#> * DONE | ||
1010#> Status: 2 NOTEs | ||
rquery is a documented alternative to replyr, but not a dependency. | ||
|
||
rquery is a documented alternative to replyr, but not a dependency. | ||
|
||
## Downstream dependencies | ||
|
||
No declared dependencies. | ||
|
||
devtools::revdep() | ||
character(0) | ||
|
||
|