Skip to content

Instantly share code, notes, and snippets.

@fbrundu
Created April 5, 2017 13:16
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 fbrundu/994c768a19e56bc8b2f9b0d91114f630 to your computer and use it in GitHub Desktop.
Save fbrundu/994c768a19e56bc8b2f9b0d91114f630 to your computer and use it in GitHub Desktop.
Use local R installation
alias R="<path_to_R>/R-X.Y.Z/bin/R"
export R_LIBS="<path_to_R>/packages"
export PATH="<path_to_R>/R-X.Y.Z/bin:${PATH}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment