mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
6 lines
264 B
R
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/")))
|