Hi,
I am having to deploy a bunch of scripts to production environment, and the system admin has asked me to deploy in a manner similar to virtualenv
with python
.
Their primary concern is not to affect packages that might be in use of other teams, and to generally not cause any conflicts when migrating to production.
I have been searching and reading up on renv
and it seems to be an equivalent of virtualenv
in `python. However, given the urgency and gravity of the matter, I would feel safer if I get advice of expeRts on:
- whether
renv
is stable enough to be used in production - do I need to use
renv
within an RStudio project to make it work (so to transfer all of my scripts to an RStudio project before usingrenv
)?
Thanks ever so much