Comment by badmonster

Comment by badmonster 2 days ago

2 replies

I'm curious — does rv support or plan to support per-project isolation of system-level dependencies (e.g., gfortran, libxml2, etc.) like what renv sometimes indirectly requires users to manage outside R? If not, do you have recommendations for managing these in a reproducible way alongside rv?

Keats 2 days ago

It's not planned for rv, this is whole other can of worms. Something like nix/docker should work but I'm not working on that part myself so I can't comment.

mauflows 2 days ago

I'm curious how your team ended up doing this. We settled on Nix with flakes after some pain with Docker / RStudio Server.