From ef8ab511609d5dcfc06dbeacb5244d08f1876cb2 Mon Sep 17 00:00:00 2001 From: rickhelmus Date: Wed, 6 Nov 2024 14:31:53 +0100 Subject: [PATCH] CAMERA workaround --- utils/Rdeps.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"),