chore: install bincraftR in build
This commit is contained in:
parent
9a10fc6856
commit
1419446894
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ steps:
|
||||||
# for some reason paks pkgcache is often corrupt
|
# for some reason paks pkgcache is often corrupt
|
||||||
- rm -rf /mnt/cache/R-pkgs/pkgcache/ /mnt/cache/pkgcache/ /root/.cache/R/
|
- rm -rf /mnt/cache/R-pkgs/pkgcache/ /mnt/cache/pkgcache/ /root/.cache/R/
|
||||||
- R -q -e 'pak::meta_update()'
|
- 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")'
|
- R -q -e 'packageVersion("bincraftR")'
|
||||||
- mkdir -p /mnt/cache/pkgcache /mnt/cache/R-pkgs /mnt/cache/ccache /mnt/cache/packages
|
- 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
|
# 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue