Skip to content

Commit

Permalink
install was for older commit, resolved this
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Rauter committed Sep 20, 2024
1 parent 382c33d commit 335202f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ BiocManager::install(c(

# Install SplineOmics from GitHub
remotes::install_github(
"csbg/SplineOmics@ad35d9aef2e8a8b19572c83ec771f4d92b343a4e",
"csbg/SplineOmics", # Install latest commit.
dependencies = TRUE, # Install all dependencies
force = TRUE, # Force reinstallation
upgrade = "always", # Always upgrade dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ BiocManager::install(c(

# Install SplineOmics from GitHub
remotes::install_github(
"csbg/SplineOmics@ad35d9aef2e8a8b19572c83ec771f4d92b343a4e",
"csbg/SplineOmics", # Install latest commit.
dependencies = TRUE, # Install all dependencies
force = TRUE, # Force reinstallation
upgrade = "always", # Always upgrade dependencies
Expand Down

0 comments on commit 335202f

Please sign in to comment.