Skip to content

Commit

Permalink
add missing dep for MS2Tox
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhelmus authored Oct 28, 2023
1 parent 46fcc37 commit 5e4a090
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion utils/Rdeps.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,14 @@ getRDependencies <- function(patRoonGitRef, os, onlyPDeps = FALSE, withInternal
),
MetaCleanData = list(type = "gh", user = "KelseyChetnik", patRoonDeps = FALSE),
splashR = list(type = "gh", user = "berlinguyinca", repos = "spectra-hash", pkgroot = "splashR"),
MS2Tox = list(type = "gh", user = "kruvelab", branch = "main"),
MS2Tox = list(
type = "gh",
user = "kruvelab",
branch = "main",
deps = list(
Rdisop = list(type = "bioc")
)
),
MS2Quant = list(type = "gh", user = "kruvelab", branch = "main"),
patRoonData = list(type = "gh", user = "rickhelmus", patRoonDeps = FALSE),
patRoonExt = list(type = "gh", user = "rickhelmus", patRoonDeps = FALSE),
Expand Down

0 comments on commit 5e4a090

Please sign in to comment.