Skip to content

Commit

Permalink
fix links in README per CRAN issues
Browse files Browse the repository at this point in the history
  • Loading branch information
corybrunson committed Apr 16, 2020
1 parent d2970bb commit 133776a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
status](https://travis-ci.org/corybrunson/ggalluvial.svg?branch=master)](https://travis-ci.org/corybrunson/ggalluvial)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/ggalluvial)](https://cran.r-project.org/package=ggalluvial)

This is a [**ggplot2** extension](http://www.ggplot2-exts.org/) for
alluvial plots.
This is a [**ggplot2** extension](https://exts.ggplot2.tidyverse.org/)
for alluvial plots.

## Design

Expand Down Expand Up @@ -91,7 +91,7 @@ head(titanic_wide)
ggplot(data = titanic_wide,
aes(axis1 = Class, axis2 = Sex, axis3 = Age,
y = Freq)) +
scale_x_discrete(limits = c("Class", "Sex", "Age"), expand = c(.1, .05)) +
scale_x_discrete(limits = c("Class", "Sex", "Age"), expand = c(.2, .05)) +
xlab("Demographic") +
geom_alluvium(aes(fill = Survived)) +
geom_stratum() + geom_text(stat = "stratum", infer.label = TRUE) +
Expand Down Expand Up @@ -155,8 +155,9 @@ support of colleagues at [UConn Health](https://health.uconn.edu/).
Contributions in any form are more than welcome\! Pretty much every fix
and feature of this package derives from a problem or question posed by
someone with datasets or design goals i hadn’t anticipated. See the
[CONTRIBUTING](CONTRIBUTING.md) file for guidance, and please respect
the [Code of Conduct](CODE_OF_CONDUCT.md).
[CONTRIBUTING](https://github.com/corybrunson/ggalluvial/blob/master/CONTRIBUTING.md)
file for guidance, and please respect the [Code of
Conduct](https://github.com/corybrunson/ggalluvial/blob/master/CODE_OF_CONDUCT.md).

### Cite

Expand Down
6 changes: 3 additions & 3 deletions README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
[![Travis build status](https://travis-ci.org/corybrunson/ggalluvial.svg?branch=master)](https://travis-ci.org/corybrunson/ggalluvial)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ggalluvial)](https://cran.r-project.org/package=ggalluvial)

This is a [**ggplot2** extension](http://www.ggplot2-exts.org/) for alluvial plots.
This is a [**ggplot2** extension](https://exts.ggplot2.tidyverse.org/) for alluvial plots.

## Design

Expand Down Expand Up @@ -67,7 +67,7 @@ head(titanic_wide)
ggplot(data = titanic_wide,
aes(axis1 = Class, axis2 = Sex, axis3 = Age,
y = Freq)) +
scale_x_discrete(limits = c("Class", "Sex", "Age"), expand = c(.1, .05)) +
scale_x_discrete(limits = c("Class", "Sex", "Age"), expand = c(.2, .05)) +
xlab("Demographic") +
geom_alluvium(aes(fill = Survived)) +
geom_stratum() + geom_text(stat = "stratum", infer.label = TRUE) +
Expand Down Expand Up @@ -111,7 +111,7 @@ Development of this package benefitted from the use of equipment and the support

### Contribute

Contributions in any form are more than welcome! Pretty much every fix and feature of this package derives from a problem or question posed by someone with datasets or design goals i hadn't anticipated. See the [CONTRIBUTING](CONTRIBUTING.md) file for guidance, and please respect the [Code of Conduct](CODE_OF_CONDUCT.md).
Contributions in any form are more than welcome! Pretty much every fix and feature of this package derives from a problem or question posed by someone with datasets or design goals i hadn't anticipated. See the [CONTRIBUTING](https://github.com/corybrunson/ggalluvial/blob/master/CONTRIBUTING.md) file for guidance, and please respect the [Code of Conduct](https://github.com/corybrunson/ggalluvial/blob/master/CODE_OF_CONDUCT.md).

### Cite

Expand Down
Binary file modified man/figures/README-unnamed-chunk-6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 133776a

Please sign in to comment.