Created
August 13, 2026 14:24
-
-
Save joowkim/135544a6dbefc47e12507ace0643fe62 to your computer and use it in GitHub Desktop.
renv and capture session info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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