Skip to content

Commit

Permalink
'devtools' has become modular and 'remotes' contains the installation…
Browse files Browse the repository at this point in the history
… functionality;
  • Loading branch information
Joh authored Jan 28, 2019
1 parent 7840d58 commit d5675d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ The raw file format starts with meta data. It consists of more information about
You can install MARMoSET from github the following way:

```{r, message=FALSE}
# install.packages("devtools")
# install.packages("remotes")
devtools::install_github("loosolab/MARMoSET", host="github.molgen.mpg.de/api/v3")
remotes::install_github("loosolab/MARMoSET", host="github.molgen.mpg.de/api/v3")
library(MARMoSET)
```
Expand Down

0 comments on commit d5675d7

Please sign in to comment.