Skip to content

Instantly share code, notes, and snippets.

@joowkim
Created August 13, 2026 14:24
Show Gist options
  • Select an option

  • Save joowkim/135544a6dbefc47e12507ace0643fe62 to your computer and use it in GitHub Desktop.

Select an option

Save joowkim/135544a6dbefc47e12507ace0643fe62 to your computer and use it in GitHub Desktop.
renv and capture session info
renv::init()
options(repos = BiocManager::repositories())
renv::snapshot()
renv::restore()
writeLines(capture.output(sessionInfo()), "sessionInfo.txt")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment