Skip to content

Instantly share code, notes, and snippets.

@jsta
Created April 5, 2017 13:55
Show Gist options
  • Save jsta/e9a548852e5c8e9c0fd914bccbb856bc to your computer and use it in GitHub Desktop.
Save jsta/e9a548852e5c8e9c0fd914bccbb856bc to your computer and use it in GitHub Desktop.
Rprofile.site
.First <- function() {
options(
repos = c(CRAN = "https://cran.rstudio.com/"),
browserNLdisabled = TRUE,
deparse.max.lines = 2)
}
if (interactive()) {
suppressMessages(require(devtools))
}
options(width = 80)
options(devtools.desc.license = "GPL (>= 2)")
options(devtools.desc.author = 'c(person("Joseph", "Stachelek", email = "[email protected]", role = c("aut", "cre")))')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment