From ed941d65b3f646121a4dc2b6ccc8698836ba46c2 Mon Sep 17 00:00:00 2001 From: Sebastian Kopf Date: Wed, 4 Nov 2020 10:09:41 -0700 Subject: [PATCH] add CRAN installation instructions --- README.Rmd | 8 +++++++- README.md | 11 +++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 0d2092d5..fb15bfe5 100644 --- a/README.Rmd +++ b/README.Rmd @@ -31,7 +31,13 @@ This package is intended as a unified one-stop command line interface to all com ## Installation -You can install isoreader from github with the devtools package (version > 1.13.2 required for bioconductor support). +You can install the latest release of isoreader from [CRAN](https://cran.r-project.org/package=isoreader): + +```{r cran-installation, eval = FALSE} +install.packages("isoreader") +``` + +To install the current development version directly from GitHub, please use the devtools package: ```{r gh-installation, eval = FALSE} # installs the development tools package if not yet installed diff --git a/README.md b/README.md index 6dd60b8f..8ee0a35f 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,15 @@ with [tidyverse](https://www.tidyverse.org/) packages such as ## Installation -You can install isoreader from github with the devtools package (version -\> 1.13.2 required for bioconductor support). +You can install the latest release of isoreader from +[CRAN](https://cran.r-project.org/package=isoreader): + +``` r +install.packages("isoreader") +``` + +To install the current development version directly from GitHub, please +use the devtools package: ``` r # installs the development tools package if not yet installed