From 1419446894ca233bbd1b9bcca33ae4dc47d25188 Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 22 Nov 2024 18:20:43 +0100 Subject: [PATCH] chore: install bincraftR in build --- .woodpecker/process-updates-redhat-8-amd64.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/process-updates-redhat-8-amd64.yaml b/.woodpecker/process-updates-redhat-8-amd64.yaml index 22d914b..35ee198 100644 --- a/.woodpecker/process-updates-redhat-8-amd64.yaml +++ b/.woodpecker/process-updates-redhat-8-amd64.yaml @@ -59,6 +59,7 @@ steps: # for some reason paks pkgcache is often corrupt - rm -rf /mnt/cache/R-pkgs/pkgcache/ /mnt/cache/pkgcache/ /root/.cache/R/ - R -q -e 'pak::meta_update()' + - R -q -e 'pak::pak("git::https://gitlab.com/devxy/r-package-binaries/bincraftr.git")' - R -q -e 'packageVersion("bincraftR")' - mkdir -p /mnt/cache/pkgcache /mnt/cache/R-pkgs /mnt/cache/ccache /mnt/cache/packages # set additional repos: important as otherwise some packages cannot be resolved (e.g. INLA). Also: setting our own binary repos so we can make use of them for dep installation at some point