From d4cb881f7723c50889c4684a40459244ed48c359 Mon Sep 17 00:00:00 2001 From: Kevin Rue Date: Sat, 31 Aug 2024 16:03:18 +0100 Subject: [PATCH] configure.args --- .github/workflows/check-bioc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 12b9fa5..fd4746a 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -126,5 +126,5 @@ jobs: run: | message(paste('****', Sys.time(), 'installing units ****')) install.packages('remotes') - remotes::install_cran("units") + remotes::install_cran("units", configure.args = c("--with-udunits2-include=/opt/homebrew/Cellar/udunits/2.2.28/include/", "--with-udunits2-lib=/opt/homebrew/Cellar/udunits/2.2.28/lib")) shell: Rscript {0}