voidrice/.Rprofile
2017-06-02 15:49:10 -04:00

6 lines
264 B
R

# The .First function is called after everything else in .Rprofile is executed
#.First <- function() {
#message("Welcome back ", Sys.getenv("USER"),"!\n","working directory is:", getwd())
#}
options(repos=structure(c(CRAN="http://cran.revolutionanalytics.com/")))