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

Commit

Permalink
test_on_sqlite_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbraisted committed Oct 30, 2023
1 parent 0128dde commit 78ea8c1
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_github("ncats/RaMP-DB", force = TRUE, dependencies=TRUE)

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

library(RaMP)

0 comments on commit 78ea8c1

Please sign in to comment.