Skip to content

Commit

Permalink
It’s on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Nov 10, 2023
1 parent f31a834 commit f665c27
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ but allows specifying multiple stats using the `funs` parameter (see [Example](#

Installation
------------
`ggplot.multistats` is not yet on [CRAN](https://CRAN.R-project.org).
Install it using the `devtools` package from GitHub:
`ggplot.multistats` is on [CRAN](https://CRAN.R-project.org).

```r
install.packages('ggplot.multistats')
```

You can also install the development version from GitHub:

```r
# install.packages('devtools')
Expand Down

0 comments on commit f665c27

Please sign in to comment.