-
- 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…
-
Currently, [the r-packages repository](https://github.com/stan-dev/r-packages) has a list of instructions for installing non-CRAN Stan packages like {cmdstanr} ([see here for the live version](http://…
-
[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…
-
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).
-
I've been having a little trouble trying to get your package to work for me in a Docker context, and suspect it's my own misunderstanding.
**Without renv**
I know that working without `renv` works…
-
Hey
With release of rsconnect 1.0.0 - i was really happy to learn that you could use a renv.lock file for specifying deployment dependencies.
This was a big help since the release script in ou…
-
Include updated versions of packages, including:
shiny 1.8.0
https://github.com/pharmaverse/sdtmchecks/blob/97684aa44eef0c3f33cbfefdf49646c194357a12/renv.lock#L1070-L1071
dplyr 1.1.4
https://g…