Skip to content

Commit

Permalink
Merge pull request #136 from isoverse/dev
Browse files Browse the repository at this point in the history
add CRAN installation instructions
  • Loading branch information
sebkopf committed Nov 4, 2020
2 parents bbb5085 + ed941d6 commit 0666aed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.Rmd
Expand Up @@ -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
Expand Down
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0666aed

Please sign in to comment.