Created
August 27, 2018 06:50
-
-
Save cgpu/4f2d3c67ee163bf36a55a49874e51db8 to your computer and use it in GitHub Desktop.
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
# 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