From fdcfd10c80264b7ae936f180630890e72adba63b Mon Sep 17 00:00:00 2001 From: Giorgio Melloni Date: Thu, 2 Mar 2023 11:18:04 -0500 Subject: [PATCH] Update README.md Alternative github installation added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ff27de..ba243a9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ if(!"devtools" %in% rownames(installed.packages())){ install.packages("devtools") } devtools::install_github("https://github.com/gmelloni/interactionRCS.git") +# or alternative devtools::install_git("https://github.com/gmelloni/interactionRCS.git") library(interactionRCS) ```