Skip to content

Commit

Permalink
Merge pull request #1 from Joh/patch-1
Browse files Browse the repository at this point in the history
'devtools' has become modular and 'remotes' contains the installation…
  • Loading branch information
marinakiweler authored Jan 29, 2019
2 parents 7840d58 + d5675d7 commit 2d22e89
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 2d22e89

Please sign in to comment.