change R_LIBS_USER

This commit is contained in:
Patrick Schratz 2024-07-25 09:56:34 +02:00
commit c5b9df9143
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -21,7 +21,8 @@ steps:
environment:
GIT_USER: pat-s
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
R_PKG_CACHE_DIR: /mnt/cache/
R_PKG_CACHE_DIR: /mnt/cache/pkgcache
R_LIBS_USER: /mnt/cache/R-pkgs
volumes:
- arm-binaries-r-dep-cache:/mnt/cache
commands: