Expert R users, what’s in your .Rprofile? [closed]

Here is mine. It won’t help you with the coloring but I get that from ESS and Emacs… options(“width”=160) # wide display with multiple monitors options(“digits.secs”=3) # show sub-second time stamps r <- getOption(“repos”) # hard code the US repo for CRAN r[“CRAN”] <- “http://cran.us.r-project.org” options(repos = r) rm(r) ## put something this is your … Read more