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