From 3f7268885cf5fa20f38dcfdbf5eeeb7868fda97f Mon Sep 17 00:00:00 2001 From: rickhelmus Date: Thu, 19 Oct 2023 13:57:25 +0200 Subject: [PATCH] add MS2Tox/MS2Quant --- utils/Rdeps.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/Rdeps.R b/utils/Rdeps.R index d670264d..d0d2e212 100644 --- a/utils/Rdeps.R +++ b/utils/Rdeps.R @@ -52,6 +52,8 @@ 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"), + MS2Quant = list(type = "gh", user = "kruvelab", branch = "main"), patRoonData = list(type = "gh", user = "rickhelmus", patRoonDeps = FALSE), patRoonExt = list(type = "gh", user = "rickhelmus", patRoonDeps = FALSE), patRoon = list(type = "gh", user = "rickhelmus", branch = patRoonGitRef)