#3473 redirect more output

This commit is contained in:
Tony Kenny 2023-01-09 15:34:19 +00:00 committed by Brett Logan
parent c525f0b39f
commit e8d8e662c8

View file

@ -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
)