Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Nov 3, 2019
1 parent a1819c1 commit 9b69bfc
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 14 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: WVPlots
Type: Package
Title: Common Plots for Analysis
Version: 1.2.2
Date: 2019-11-01
Date: 2019-11-03
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 @@

# WVPlots 1.2.2 2019-11-01
# WVPlots 1.2.2 2019-11-03

* Fix typo in loglog plot (and remove sig presentation).

Expand Down
34 changes: 30 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,57 @@

### OSX

R CMD check --as-cran WVPlots_1.2.1.tar.gz
R CMD check --as-cran WVPlots_1.2.2.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.2.1
* this is package ‘WVPlots’ version ‘1.2.2
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
Status: OK


### Windows

rhub::check_for_cran()
(service broken)

devtools::check_win_devel()
(not yet run)

### Linux

rhub::check_for_cran()
5691#> * using R version 3.6.1 (2019-07-05)
5692#> * using platform: x86_64-pc-linux-gnu (64-bit)
5693#> * using session charset: UTF-8
5694#> * using option ‘--as-cran’
5695#> * checking for file ‘WVPlots/DESCRIPTION’ ... OK
5696#> * checking extension type ... Package
5697#> * this is package ‘WVPlots’ version ‘1.2.2’
5698#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
5699#> Maintainer: ‘John Mount ’
5754#> Status: OK

rhub::check_for_cran()
2766#> About to run xvfb-run R CMD check --as-cran WVPlots_1.2.2.tar.gz
2767#> * using log directory ‘/home/docker/WVPlots.Rcheck’
2768#> * using R Under development (unstable) (2019-11-03 r77361)
2769#> * using platform: x86_64-pc-linux-gnu (64-bit)
2770#> * using session charset: UTF-8
2771#> * using option ‘--as-cran’
2772#> * checking for file ‘WVPlots/DESCRIPTION’ ... OK
2773#> * checking extension type ... Package
2774#> * this is package ‘WVPlots’ version ‘1.2.2’
2775#> * checking CRAN incoming feasibility ...NB: need Internet access to use CRAN incoming checks
2776#> Note_to_CRAN_maintainers
2777#> Maintainer: ‘John Mount ’
2834#> Status: OK

## Downstream dependencies

No declared reverse dependencies (please see https://github.com/WinVector/WVPlots/blob/master/extras/check_reverse_dependencies.md ).


Zumel is not a mis-spelling.
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.

6 changes: 3 additions & 3 deletions extras/check_reverse_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ package = "WVPlots"
date()
```

## [1] "Sat Oct 12 12:18:41 2019"
## [1] "Sun Nov 3 06:47:21 2019"

``` r
packageVersion(package)
```

## [1] '1.2.1'
## [1] '1.2.2'

``` r
parallelCluster <- NULL
Expand All @@ -33,7 +33,7 @@ setwd(td)
print(td)
```

## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpgMCQPB"
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmp2IP8mh"

``` r
options(repos = c(CRAN="https://cloud.r-project.org"))
Expand Down

0 comments on commit 9b69bfc

Please sign in to comment.