I'm trying to use renv with docker using the rocker/verse:3.6.3 image. I get an error "permission denied" on package install upon moving files from staging to library directory. I tried to disable staged installation using both options(renv.config.install.staged = FALSE) and options(renv.config.install.transactional = FALSE), also tried via environment variables--Sys.setenv(RENV_CONFIG_INSTALL_STAGED = FALSE), Sys.setenv(RENV_CONFIG_INSTALL_TRANSACTIONAL = FALSE)--with no luck. Any idea on something I'm missing &/or potential workaround?

0

There are 0 best solutions below