move package assets to own repo

This commit is contained in:
Patrick Schratz 2024-11-22 14:27:32 +01:00
commit 9a10fc6856
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -38,6 +38,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")'
# more complicated system dependencies which pak cannot resolve
- mkdir -p /mnt/cache/pkgcache /mnt/cache/R-pkgs /mnt/cache/ccache /mnt/cache/packages