From bd7d9e74c77a07b6aeed01aa199c01ca68ea5fd6 Mon Sep 17 00:00:00 2001 From: zhiz Date: Thu, 14 Mar 2024 16:28:41 +0100 Subject: [PATCH] use 'remotes' instead of 'devtools' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 426261c..b889112 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ library("EnrichIntersect") Install the latest development version from GitHub ```r -library("devtools") -devtools::install_github("ocbe-uio/EnrichIntersect") +#install.packages("remotes") +remotes::install_github("ocbe-uio/EnrichIntersect") library("EnrichIntersect") ```