Skip to content

Instantly share code, notes, and snippets.

@grosscol
Created September 19, 2019 14: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 grosscol/c3fa71541cb924c4247a32f848c80641 to your computer and use it in GitHub Desktop.
Save grosscol/c3fa71541cb924c4247a32f848c80641 to your computer and use it in GitHub Desktop.
.Rprofile with custom lib path
options(
repos = c(CRAN = "https://cran.rstudio.com/"),
browserNLdisabled = TRUE,
deparse.max.lines = 2)
# Set lib path
.libPaths( "~/R/x86_64-pc-linux-gnu-library/dev/" )
if (interactive()) {
suppressMessages(require(devtools))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment