From 5d0bd4b436805dc96019f934a6f88bc96b3a8d4f Mon Sep 17 00:00:00 2001 From: corybrunson Date: Wed, 6 May 2020 12:07:46 -0400 Subject: [PATCH] add JOSS status badge --- README.md | 4 +++- README.rmd | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc5ea20f..8f750b3f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![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) +[![JOSS](https://joss.theoj.org/papers/2a38fbb08d94994145d01c370f243723/status.svg)](https://joss.theoj.org/papers/2a38fbb08d94994145d01c370f243723) This is a [**ggplot2** extension](https://exts.ggplot2.tidyverse.org/) for alluvial plots. @@ -47,7 +48,8 @@ The [cran branch](https://github.com/corybrunson/ggalluvial/tree/cran) will contain the version most recently submitted to [CRAN](https://cran.r-project.org/package=ggalluvial). -The development version can be installed from GitHub: +The development version can be installed from +GitHub: ``` r remotes::install_github("corybrunson/ggalluvial", build_vignettes = TRUE) diff --git a/README.rmd b/README.rmd index f5a8006b..51018209 100644 --- a/README.rmd +++ b/README.rmd @@ -16,6 +16,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) +[![JOSS](https://joss.theoj.org/papers/2a38fbb08d94994145d01c370f243723/status.svg)](https://joss.theoj.org/papers/2a38fbb08d94994145d01c370f243723) This is a [**ggplot2** extension](https://exts.ggplot2.tidyverse.org/) for alluvial plots.