From d5675d7e8641d1c5261d57b5497e293b503dbe92 Mon Sep 17 00:00:00 2001 From: Johannes Graumann Date: Mon, 28 Jan 2019 17:45:01 +0100 Subject: [PATCH] 'devtools' has become modular and 'remotes' contains the installation functionality; --- README.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index d234fd9..63ebc9f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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) ```