From e8d8e662c8d276331a8bf5f5da180bed8aaa5942 Mon Sep 17 00:00:00 2001 From: Tony Kenny Date: Mon, 9 Jan 2023 15:34:19 +0000 Subject: [PATCH] #3473 redirect more output --- lib/functions/detectFiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/detectFiles.sh b/lib/functions/detectFiles.sh index dfcaf266..b68ad781 100755 --- a/lib/functions/detectFiles.sh +++ b/lib/functions/detectFiles.sh @@ -479,7 +479,7 @@ function RunAdditionalInstalls() { ############################## INSTALL_CMD=$( cd "${WORKSPACE_PATH}" || exit 0 - R -e "install.packages('remotes', repos = 'https://cloud.r-project.org/')" + R -e "install.packages('remotes', repos = 'https://cloud.r-project.org/')" 2>&1 R -e "remotes::install_local('.', dependencies=T)" 2>&1 )