Skip to content

Commit

Permalink
more missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhelmus committed Nov 7, 2024
1 parent 20d4f1a commit 9d1d85d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion utils/Rdeps.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ getRDependencies <- function(patRoonGitRef, os, onlyPDeps = FALSE, withInternal
RAMClustR = list(
type = "cran",
deps = list(
ff = list(type = "cran")
ff = list(type = "cran"),
InterpretMSSpectrum = list(
type = "cran",
deps = list(
Rdisop = list(type = "bioc")
)
)
)
),
enviPick = list(type = "gh", user = "blosloos"),
Expand Down

0 comments on commit 9d1d85d

Please sign in to comment.