From 97c4428274269c412f2b8c248be0d62b7d1299fb Mon Sep 17 00:00:00 2001 From: Thomas Rauter Date: Fri, 27 Sep 2024 10:20:00 +0200 Subject: [PATCH] changed install command to use a tag --- README.Rmd | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index c108127..4f9a9b6 100755 --- a/README.Rmd +++ b/README.Rmd @@ -126,7 +126,8 @@ BiocManager::install(c( # Install SplineOmics from GitHub remotes::install_github( - "csbg/SplineOmics", # Install latest commit. + "csbg/SplineOmics", # GitHub repository + ref = "v0.1.0", # Specify the tag to install dependencies = TRUE, # Install all dependencies force = TRUE, # Force reinstallation upgrade = "always", # Always upgrade dependencies diff --git a/README.md b/README.md index 4aea02d..ca50d79 100755 --- a/README.md +++ b/README.md @@ -160,7 +160,8 @@ BiocManager::install(c( # Install SplineOmics from GitHub remotes::install_github( - "csbg/SplineOmics", # Install latest commit. + "csbg/SplineOmics", # GitHub repository + ref = "v0.1.0", # Specify the tag to install dependencies = TRUE, # Install all dependencies force = TRUE, # Force reinstallation upgrade = "always", # Always upgrade dependencies