Skip to content

Commit

Permalink
complete checks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jul 24, 2019
1 parent 413c790 commit ca0dfc6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 25 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
^revdep$
^logs$
^articles$
^LICENSE$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
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.

Expand Down
49 changes: 26 additions & 23 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)


0 comments on commit ca0dfc6

Please sign in to comment.