Skip to content

Commit

Permalink
fix link, recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 27, 2019
1 parent e945957 commit 6045c75
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 30 deletions.
43 changes: 15 additions & 28 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,36 @@

## Test environments

### Linux

* using R version 3.5.1 (2018-07-02)
* using platform: x86_64-pc-linux-gnu (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.0.7’
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
* checking package namespace information ... OK
Status: OK


### OSX

R CMD check --as-cran WVPlots_1.0.7.tar.gz
R CMD check --as-cran WVPlots_1.0.8.tar.gz
* using R version 3.5.0 (2018-04-23)
* 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.0.7
* this is package ‘WVPlots’ version ‘1.0.8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
Status: OK

### Windows

devtools::build_win()
* using R Under development (unstable) (2018-12-17 r75857)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'WVPlots/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'WVPlots' version '1.0.7'
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'John Mount <[email protected]>'
Status: OK

rhub::check_for_cran()
643#> * using R Under development (unstable) (2018-12-26 r75909)
644#> * using platform: x86_64-w64-mingw32 (64-bit)
645#> * using session charset: ISO8859-1
646#> * using option '--as-cran'
647#> * checking for file 'WVPlots/DESCRIPTION' ... OK
648#> * checking extension type ... Package
649#> * this is package 'WVPlots' version '1.0.8'
650#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
651#> * checking package namespace information ... OK
652#> Maintainer: 'John Mount '
705#> Status: OK


## Downstream dependencies

Expand All @@ -51,5 +39,4 @@
devtools::revdep('WVPlots')
character(0)


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 vignettes/WVPlots_concept.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vignette: >
knitr::opts_chunk$set(fig.width=6, fig.height=6)
```

<a target="_blank" href="http://www.win-vector.com/site/staff/nina-zumel/">Nina Zumel</a> and <a target="_blank" href="http://www.win-vector.com/site/staff/john-mount/">I</a> have been working on packaging our <a target="_blank" href="http://www.win-vector.com/blog/2011/12/my-favorite-graphs/">favorite graphing techniques</a> in a more reusable way that emphasizes the analysis task at hand over the steps needed to produce a good visualization. The idea is: we sacrifice some of the flexibility and composability inherent to <a target="_blank" href="http://ggplot2.org">ggplot2</a> in <a target="_blank" href="https://cran.r-project.org">R</a> for a menu of prescribed presentation solutions.
<a target="_blank" href="http://www.win-vector.com/site/staff/nina-zumel/">Nina Zumel</a> and <a target="_blank" href="http://www.win-vector.com/site/staff/john-mount/">I</a> have been working on packaging our <a target="_blank" href="http://www.win-vector.com/blog/2011/12/my-favorite-graphs/">favorite graphing techniques</a> in a more reusable way that emphasizes the analysis task at hand over the steps needed to produce a good visualization. The idea is: we sacrifice some of the flexibility and composability inherent to <a target="_blank" href="https://CRAN.R-project.org/package=ggplot2">ggplot2</a> in <a target="_blank" href="https://cran.r-project.org">R</a> for a menu of prescribed presentation solutions.

For example the plot below showing both an observed discrete empirical distribution (as stems) and a matching theoretical distribution (as bars) is a built in "one liner."

Expand Down

0 comments on commit 6045c75

Please sign in to comment.