Skip to content

'devtools' has become modular and 'remotes' contains the installation… #1

Merged
merged 1 commit into from
Jan 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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