Created
April 5, 2017 13:55
-
-
Save jsta/e9a548852e5c8e9c0fd914bccbb856bc to your computer and use it in GitHub Desktop.
Rprofile.site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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