#3473 try alternate install cmd

This commit is contained in:
tonyk7440 2022-10-28 18:41:13 +01:00 committed by Brett Logan
parent a6e2b8fe1e
commit c525f0b39f

View file

@ -479,7 +479,8 @@ function RunAdditionalInstalls() {
##############################
INSTALL_CMD=$(
cd "${WORKSPACE_PATH}" || exit 0
R CMD INSTALL "${BUILD_PKG}" 2>&1
R -e "install.packages('remotes', repos = 'https://cloud.r-project.org/')"
R -e "remotes::install_local('.', dependencies=T)" 2>&1
)
##############