Re: [R] Rprofile.site not executed?

2008-01-16 Thread Duncan Murdoch
On 1/16/2008 8:59 AM, Fernando Saldanha wrote: > It seems that my Rprofile.site file is not executed when I start R. To > test this I included the following code in that file: > > .First <- function(){ > cat("\nWelcome at", date(), "\n") > flush.console() > } > > When I start R the message abo

Re: [R] Rprofile.site not executed?

2008-01-16 Thread marciarr
I have exactly the same problem, just made the same question to the list 2 hours after you (your message was still not posted). Hope someone answers us! Fernando Saldanha wrote: > > It seems that my Rprofile.site file is not executed when I start R. To > test this I included the following code

Re: [R] Rprofile.site not executed?

2008-01-16 Thread john seers (IFR)
] Rprofile.site not executed? It seems that my Rprofile.site file is not executed when I start R. To test this I included the following code in that file: .First <- function(){ cat("\nWelcome at", date(), "\n") flush.console() } When I start R the message above is not displayed

[R] Rprofile.site not executed?

2008-01-16 Thread Fernando Saldanha
It seems that my Rprofile.site file is not executed when I start R. To test this I included the following code in that file: .First <- function(){ cat("\nWelcome at", date(), "\n") flush.console() } When I start R the message above is not displayed. I am running R 2.6.1 (rgui.exe) under Vista