~ brendano /.Rprofile

R is a beautiful, underappreciated language for data analysis. So much better than Python or Ruby even with numeric libraries, for a fairly large class of problems.
options(showWarnCalls=T, showErrorCalls=T)
options(repos=c("http://cran.cnr.Berkeley.edu","http://cran.stat.ucla.edu"))

if (.Platform$GUI == "X11") {
  library("CarbonEL")
  options(device='quartz')
  Sys.unsetenv("DISPLAY")
}