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 )