You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The renv R package has a feature called "sandbox" where it uses a folder with symlinks to the core R packages as system library to avoid loading other system-wide packages. This is unnecessary for this project where the system packages are frozen in the container anyway. Moreover, it prevents the BH replacement package from being recognized without further configuration.
The environment variable RENV_CONFIG_SANDBOX_ENABLED should be set to FALSE
The text was updated successfully, but these errors were encountered:
From #8. Note that we do not install renv by default. That can be done by the
user But this setting makes sense for all usages of the container I can imagine
and avoids that the user has to set it in .Renviron or .bash_profile. However,
RStudio server will probably not respect this, at least it does not load user
environment variables.
The renv R package has a feature called "sandbox" where it uses a folder with symlinks to the core R packages as system library to avoid loading other system-wide packages. This is unnecessary for this project where the system packages are frozen in the container anyway. Moreover, it prevents the BH replacement package from being recognized without further configuration.
The environment variable RENV_CONFIG_SANDBOX_ENABLED should be set to FALSE
The text was updated successfully, but these errors were encountered: