Advanced Topics

This page is currently a stub for potential future content. We may expand this page to include more advanced topics in the future, but for now, we will link out to the official {renv} documentation for these topics.

“Settings” and “Config”

https://rstudio.github.io/renv/reference/settings.html

https://rstudio.github.io/renv/reference/config.html

Library Management

https://rstudio.github.io/renv/reference/index.html#library-management

Emphasis on record(), and history()/revert(). Also talk about the lockfile_*() functions as useful documentation for understanding the contents of the lockfile and what everything means.

Possible discuss checkout()?

Docker and {renv}

(mention existence, and link out to Binder which can create [most of] the Docker file from a renv lockfile)

https://rstudio.github.io/renv/articles/docker.html

Binder

(link to the tutorial if we create one. otherwise, just link to Binder page on renv)

Python Integration

(only mention existence, and link to)

https://rstudio.github.io/renv/articles/python.html

Back to top