From f665c27ecae135877262594ffd008bcae137458c Mon Sep 17 00:00:00 2001 From: Philipp A Date: Fri, 10 Nov 2023 12:25:49 +0100 Subject: [PATCH] =?UTF-8?q?It=E2=80=99s=20on=20CRAN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e868a9..62309ee 100644 --- a/README.md +++ b/README.md @@ -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')