Skip to content

Commit

Permalink
CAMERA workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhelmus committed Nov 6, 2024
1 parent db628a4 commit ef8ab51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/Rdeps.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ getRDependencies <- function(patRoonGitRef, os, onlyPDeps = FALSE, withInternal
}

ret <- list(
CAMERA = list(type = "bioc", mandatory = TRUE), # also pulls in other mandatory BioC deps (mzR, XCMS, ...)
# UNDONE: put CAMERA from GH until binaries are available
CAMERA = list(type = "gh", user = "sneumann", mandatory = TRUE), # also pulls in other mandatory BioC deps (mzR, XCMS, ...)
RDCOMClient = list(type = "gh", user = "BSchamberger", os = "windows"),
RAMClustR = list(type = "cran"),
enviPick = list(type = "gh", user = "blosloos"),
Expand Down

0 comments on commit ef8ab51

Please sign in to comment.