Skip to content

Instantly share code, notes, and snippets.

@tbrittoborges
Created January 31, 2019 10:00
Show Gist options
  • Select an option

  • Save tbrittoborges/1e729c81e1bff55b16715350118d3fa6 to your computer and use it in GitHub Desktop.

Select an option

Save tbrittoborges/1e729c81e1bff55b16715350118d3fa6 to your computer and use it in GitHub Desktop.
install R package from the command line
# from https://stackoverflow.com/users/2490497/jangorecki
Rscript -e 'install.packages("eulerr", repos="https://cran.rstudio.com")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment