Skip to content

Commit 9b69bfc

Browse files
committed
rebuild and recheck
1 parent a1819c1 commit 9b69bfc

File tree

7 files changed

+40
-14
lines changed

7 files changed

+40
-14
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: WVPlots
22
Type: Package
33
Title: Common Plots for Analysis
44
Version: 1.2.2
5-
Date: 2019-11-01
5+
Date: 2019-11-03
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
88
person("Nina", "Zumel", email = "[email protected]", role = c("aut")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# WVPlots 1.2.2 2019-11-01
2+
# WVPlots 1.2.2 2019-11-03
33

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

cran-comments.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,57 @@
33

44
### OSX
55

6-
R CMD check --as-cran WVPlots_1.2.1.tar.gz
6+
R CMD check --as-cran WVPlots_1.2.2.tar.gz
77
* using R version 3.6.0 (2019-04-26)
88
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
99
* using session charset: UTF-8
1010
* using option ‘--as-cran’
1111
* checking for file ‘WVPlots/DESCRIPTION’ ... OK
1212
* checking extension type ... Package
13-
* this is package ‘WVPlots’ version ‘1.2.1
13+
* this is package ‘WVPlots’ version ‘1.2.2
1414
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1515
Maintainer: ‘John Mount <[email protected]>’
1616
Status: OK
1717

18-
1918
### Windows
2019

2120
rhub::check_for_cran()
2221
(service broken)
2322

2423
devtools::check_win_devel()
2524
(not yet run)
25+
26+
### Linux
27+
28+
rhub::check_for_cran()
29+
5691#> * using R version 3.6.1 (2019-07-05)
30+
5692#> * using platform: x86_64-pc-linux-gnu (64-bit)
31+
5693#> * using session charset: UTF-8
32+
5694#> * using option ‘--as-cran’
33+
5695#> * checking for file ‘WVPlots/DESCRIPTION’ ... OK
34+
5696#> * checking extension type ... Package
35+
5697#> * this is package ‘WVPlots’ version ‘1.2.2’
36+
5698#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
37+
5699#> Maintainer: ‘John Mount ’
38+
5754#> Status: OK
2639

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

2855
## Downstream dependencies
2956

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

32-
3359
Zumel is not a mis-spelling.

docs/articles/WVPlots_concept.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/WVPlots_examples.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extras/check_reverse_dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ package = "WVPlots"
88
date()
99
```
1010

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

1313
``` r
1414
packageVersion(package)
1515
```
1616

17-
## [1] '1.2.1'
17+
## [1] '1.2.2'
1818

1919
``` r
2020
parallelCluster <- NULL
@@ -33,7 +33,7 @@ setwd(td)
3333
print(td)
3434
```
3535

36-
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpgMCQPB"
36+
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmp2IP8mh"
3737

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

0 commit comments

Comments
 (0)