Skip to content

Instantly share code, notes, and snippets.

@kevinykuo
Created December 17, 2019 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinykuo/8eac47009492ab900e061a3145a3654d to your computer and use it in GitHub Desktop.
Save kevinykuo/8eac47009492ab900e061a3145a3654d to your computer and use it in GitHub Desktop.
Obtaining renv lockfile
if (!requireNamespace("remotes"))
install.packages("remotes")
remotes::install_github("rstudio/renv")
renv::init()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment