change R_LIBS_USER
This commit is contained in:
parent
af04f7938e
commit
c5b9df9143
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue