-
Summing up, renv struggles with MASS installation, which can be related to the fact that it is a semi-base R package.
When using renv - The problem may come from the fact that developers, by setting …
-
I'm using the following R version on Ubuntu 20.02:
```
R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu…
-
Not sure if this is a feature request, as this might work with current functionality.
My team uses `renv` on a HPC with a shared file system, and have the following settings in each user's `~/.Renv…
-
Renv has now been released (https://blog.rstudio.com/2019/11/06/renv-project-environments-for-r/) which fixes some of the problems with packrat.
We should plan to switch (not urgent).
-
The default `FROM` argument is `rocker/r-base` which is a debian image. Using the `distro` arg helps find the appropriate system dependencies. the `FROM` argument will _always_ be `rocker/r-base` for …
-
- how to install and setup renv
- combining renv + Docker (@leonardskynyrd will this overlap with what you were going to cover with Docker?)
-
I'm attempting to use {renv} for an analysis project that I am currently handling. Our university policy dictates that the data must be stored on a specific shared drive that is mounted (on my Mac) by…
-
Currently, renv scans the directory and picks up an libraries that appear to be used and attempts to install them.
In some cases, however, packages are installed from non-standard sources like Gith…
-
[renv](https://github.com/rstudio/renv) seems like a great way to handle portability of projects while maintaining current R package versions,
Have people used it in the group, and if so, would the…
-
Hi there! I've been encountering namespace conflicts when trying to install packages on the pre-built OpenCPU docker images similar to those reported in #263, #327. I thought that using `renv` would b…