Skip to content

Commit

Permalink
re-build and re-check
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jul 24, 2019
1 parent b3581a4 commit 3b5cc13
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 25 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: WVPlots
Type: Package
Title: Common Plots for Analysis
Version: 1.1.1
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 All @@ -21,9 +21,9 @@ Depends:
R (>= 3.4.0)
Imports:
ggplot2 (>= 2.2.0),
wrapr (>= 1.8.4),
wrapr (>= 1.8.8),
sigr (>= 1.0.5),
cdata (>= 1.0.7),
cdata (>= 1.1.0),
utils,
grid,
gridExtra,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# WVPlots 1.1.1 2019-07-23
# WVPlots 1.1.1 2019-07-24

* Adjust license.

Expand Down
23 changes: 7 additions & 16 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,25 @@

### OSX

R CMD check --as-cran WVPlots_1.1.0.tar.gz
* using R version 3.5.0 (2018-04-23)
R CMD check --as-cran WVPlots_1.1.1.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 ‘WVPlots/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘WVPlots’ version ‘1.1.0
* this is package ‘WVPlots’ version ‘1.1.1
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
Status: OK


### Windows

rhub::check_for_cran()
1098#> * using log directory 'C:/Users/USERnhsEtQYkVG/WVPlots.Rcheck'
1099#> * using R Under development (unstable) (2019-03-25 r76268)
1100#> * using platform: x86_64-w64-mingw32 (64-bit)
1101#> * using session charset: ISO8859-1
1102#> * using option '--as-cran'
1103#> * checking for file 'WVPlots/DESCRIPTION' ... OK
1104#> * checking extension type ... Package
1105#> * this is package 'WVPlots' version '1.1.0'
1106#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1107#> Maintainer: 'John Mount '
1161#> Status: OK

devtools::check_win_devel()
* using R Under development (unstable) (2019-07-05 r76784)
* using platform: x86_64-w64-mingw32 (64-bit)
Status: OK

## Downstream dependencies

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

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

2 changes: 1 addition & 1 deletion docs/articles/WVPlots_examples.html

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

6 changes: 3 additions & 3 deletions docs/news/index.html

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

0 comments on commit 3b5cc13

Please sign in to comment.