-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update documentation & website + upgrade version for cran release
- Loading branch information
corybrunson
committed
Mar 29, 2020
1 parent
29bd660
commit cfa7766
Showing
99 changed files
with
1,820 additions
and
465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
^man-roxygen$ | ||
^ggplot2-exts$ | ||
^docs$ | ||
^revdep$ | ||
|
||
# project files | ||
README.Rmd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,8 @@ doc | |
.RData | ||
.Rproj.user | ||
|
||
# version testing | ||
revdep | ||
|
||
# sandbox | ||
sandbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.