Last active
February 14, 2019 16:12
-
-
Save mikelove/c3f7ff05ce18541b8b92 to your computer and use it in GitHub Desktop.
.Rprofile
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
options(repos=c("https://cran.rstudio.com/"),showWarnCalls=TRUE,showErrorCalls=TRUE, | |
max.print=1000,width=100,menu.graphics=FALSE) | |
options(defaultPackages = c(getOption("defaultPackages"),"devtools","rmarkdown")) | |
# Sys.setenv(TZDIR = "/usr/share/zoneinfo") # this is for a peculiar Mac OS X setup | |
library(utils) | |
rc.settings(ipck=TRUE) | |
if (interactive()) message(R.version$version.string) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment