Is it possible to bundle a project in "renv" like in packrat::bundle()?

Is it possible to bundle a project in "renv" like in packrat::bundle()?

maybe the equivalent in renv, is to use hydrate(), to put the packages in a folder of your choice then you can zip or tar.gz that folder.
Otherwise, simply a renv.lock file is sufficient, as any computer running renv, can restore() from it, if it has internet connectivity and access to CRAN/MRAN

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.