Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #124 from ncats/ramp_server_3_dev
Browse files Browse the repository at this point in the history
update install.R to include BiocFileCache installation
  • Loading branch information
johnbraisted authored Oct 31, 2023
2 parents c364ce7 + c78ff68 commit 7ed2539
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/ramp-server/install.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
library(devtools)

#install_github("ncats/RaMP-DB", force = TRUE, dependencies=TRUE)
# install dependency BiocManager
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BiocFileCache", ask=FALSE)

# test sqlite branch
install_github("ncats/RaMP-DB@sqlite", force = TRUE, dependencies=TRUE)
Expand Down

0 comments on commit 7ed2539

Please sign in to comment.