diff --git a/utils/Rdeps.R b/utils/Rdeps.R index fbd877cb..c649fd02 100644 --- a/utils/Rdeps.R +++ b/utils/Rdeps.R @@ -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"),