Closed jozefhajnala closed 4 years ago
@jozefhajnala, see #175 for a recent discussion around the topic and the corresponding PR #176. In particular, note that this is currently fixed only for the 3.6.1
and latest
tags, but as pointed out in https://github.com/rocker-org/rocker-versioned/pull/176#issuecomment-555841048 it could possibly propagate to other tags.
@jozefhajnala, see #175 for a recent discussion around the topic and the corresponding PR #176. In particular, note that this is currently fixed only for the
3.6.1
andlatest
tags, but as pointed out in #176 (comment) it could possibly propagate to other tags.
Thanks @riccardoporreca, will read through the links, I completely missed those discussions.
Thanks both!
I'd be happy for a PR to back-propagate the solution from #176, since I think that was basically a bugfix which we should have done all along (like we were already doing with plain R_LIBS
.
I realize that is not the same as having no R_LIBS_USER set at all. I can see the argument for that but we should make sure we have no side effects from the change.
Done in rocker/rocker-versioned2
This PR proposes to remove the fixed
R_LIBS_USER
library path from the Renviron file.The motivation is twofold
r-base
image which does not place a customR_LIBS_USER
into the Renviron file and therefore supports setting it as an evironment variable.Example:
Inside the container:
If this change is desired, can be included it for all the relevant r-ver Dockerfiles.