my system :debian in console: nano /home/tiger/R-2.15.1/etc/Rprofile.site
here is my content: .First <- function(){ cat("\nWelcome at", date(), "\n") } # .Last <- function(){ cat("\nGoodbye at ", date(), "\n") } when i save it ,reopen my R , why there is no Welcome at Sun Jul 15 07:53:58 2012 in my R? [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.