Skip to content

Commit

Permalink
Merge pull request #3241 from infotroph/use-remotes-install
Browse files Browse the repository at this point in the history
Makefile: install with remotes::install_local
  • Loading branch information
infotroph authored Dec 2, 2023
2 parents 7894a8b + d22d435 commit 3109c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ depends_R_pkg = ./scripts/time.sh "depends ${1}" ./scripts/confirm_deps.R ${1} \
$(if $(findstring modules/benchmark,$(1)),NA,TRUE)
install_R_pkg = ./scripts/time.sh "install ${1}" Rscript \
-e ${SETROPTIONS} \
-e "devtools::install('$(strip $(1))', upgrade=FALSE)"
-e "remotes::install_local('$(strip $(1))', force=TRUE, dependencies=FALSE, upgrade=FALSE)"
check_R_pkg = ./scripts/time.sh "check ${1}" Rscript scripts/check_with_errors.R $(strip $(1))
test_R_pkg = ./scripts/time.sh "test ${1}" Rscript \
-e "devtools::test('$(strip $(1))'," \
Expand Down

0 comments on commit 3109c4c

Please sign in to comment.