Skip to content

Instantly share code, notes, and snippets.

@cgpu
Created August 27, 2018 06:50
Show Gist options
  • Save cgpu/4f2d3c67ee163bf36a55a49874e51db8 to your computer and use it in GitHub Desktop.
Save cgpu/4f2d3c67ee163bf36a55a49874e51db8 to your computer and use it in GitHub Desktop.
# 3 relevant packages:
## Basic,
```{r}
utils::sessionInfo()
```
## Slightly cooler, nicer output display
## DWNL: https://github.com/r-lib/sessioninfo
```{r}
sessioninfo::session_info()
```
## https://rstudio.github.io/packrat/
```{r}
packrat::init('~/')
packrat::snapshot
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment