Skip to content

Instantly share code, notes, and snippets.

@mikelove
Last active February 14, 2019 16:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikelove/c3f7ff05ce18541b8b92 to your computer and use it in GitHub Desktop.
Save mikelove/c3f7ff05ce18541b8b92 to your computer and use it in GitHub Desktop.
.Rprofile
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