Skip to content

Commit

Permalink
update documentation & website + upgrade version for cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
corybrunson committed Mar 29, 2020
1 parent 29bd660 commit cfa7766
Show file tree
Hide file tree
Showing 99 changed files with 1,820 additions and 465 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
^man-roxygen$
^ggplot2-exts$
^docs$
^revdep$

# project files
README.Rmd
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ doc
.RData
.Rproj.user

# version testing
revdep

# sandbox
sandbox
25 changes: 12 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
Package: ggalluvial
Type: Package
Title: Alluvial Plots in 'ggplot2'
Version: 0.11.2
Date: 2019-12-03
Version: 0.11.3
Date: 2020-03-29
Authors@R: person('Jason Cory', 'Brunson', email = '[email protected]',
role = c('aut', 'cre'))
Maintainer: Jason Cory Brunson <[email protected]>
Description: Alluvial plots use
variable-width ribbons and stacked bar plots to represent
multi-dimensional or repeated-measures data with categorical or ordinal
variables;
see Riehmann, Hanfler, and Froehlich (2005)
Description: Alluvial plots use variable-width ribbons and stacked bar plots to
represent multi-dimensional or repeated-measures data with categorical or
ordinal variables; see Riehmann, Hanfler, and Froehlich (2005)
<doi:10.1109/INFVIS.2005.1532152> and Rosvall and Bergstrom (2010)
<doi:10.1371/journal.pone.0008694>.
Alluvial plots are statistical graphics in the sense of Wilkinson (2005)
<doi:>; they share elements with Sankey diagrams and parallel sets plots
but are uniquely determined from the data and a small set of parameters.
This package extends Wickham's () <doi:> layered grammar of graphics to
generate alluvial plots from tidy data.
Alluvial plots are statistical graphics in the sense of Wilkinson (2006)
<doi:10.1007/0-387-28695-0>; they share elements with Sankey diagrams and
parallel sets plots but are uniquely determined from the data and a small
set of parameters. This package extends Wickham's (2010)
<doi:10.1198/jcgs.2009.07098> layered grammar of graphics to generate
alluvial plots from tidy data.
Depends:
R (>= 3.3),
ggplot2 (>= 2.2)
Expand All @@ -42,5 +41,5 @@ License: GPL-3 + file LICENSE
URL: http://corybrunson.github.io/ggalluvial/
BugReports: https://github.com/corybrunson/ggalluvial/issues
VignetteBuilder: knitr
RoxygenNote: 7.0.2
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# next version (v1.0.0?)

# ggalluvial 0.11.3

In response to **ggplot2** v3.2.0, which removes the **plyr** dependency, the dependency has been removed from **ggalluvial** as well.

# ggalluvial 0.11.2
Expand Down
15 changes: 9 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
## Test environments

* local OS X installs, R 3.5.2 & 3.6.1
* local OS X install, R 3.6.1
* Rhub (via `devtools::check_rhub()`)
* win-builder (devel, current, and previous; via `devtools::check_win_*()`)

## R CMD check results

There were no ERRORs or WARNINGs. There were two NOTEs:
There were no ERRORs, WARNINGs, or NOTEs.

- One NOTE flagged a possibly invalid URL, but in fact this URL still works.
- One NOTE flagged that examples for one reference page took > 10s to run. (The elapsed time for `stat_alluvium` was 10.03s.) I have trimmed the total number of examples, but each showcases functionality that has previously caused users difficulty.
One comment flagged that examples for one reference page took > 10s to run. (The elapsed time for `stat_alluvium` was 10.03s.) I have trimmed the total number of examples, but each showcases functionality that has previously caused users difficulty.

## Downstream dependencies

There is one downstream dependency:
There is one downstream dependency on CRAN:

- **easyalluvial**: `devtools::check()` on both CRAN and GitHub source code produced no ERRORs, WARNINGs, or NOTEs.
- **easyalluvial**

`revdepcheck::revdep_check()` on both CRAN and GitHub source code produced no ERRORs, WARNINGs, or NOTEs.

(There is also one Bioconductor dependency, **CrossICC**, which has also been checked.)
2 changes: 1 addition & 1 deletion docs/404.html

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

158 changes: 158 additions & 0 deletions docs/CODE_OF_CONDUCT.html

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

Loading

0 comments on commit cfa7766

Please sign in to comment.