I have R installed at c:/.  In Rprofile.site I have added the following 
function:

.First <- function()
{
   setwd("c:/Users/little/Documents")
   cat("\nRprofile.site --- Welcome at", date(), "\n")
}

However, I have discovered that the cat statement is not printing out, so there 
must be another file kicking in somewhere.  I searched for all the Rprofile.* 
files but no luck.


        [[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.

Reply via email to