Re: [R] .Rprofile is being executed twice

2008-05-17 Thread Muenchen, Robert A (Bob)
t.org] On Behalf Of Dan Tenenbaum > Sent: Friday, May 02, 2008 4:25 PM > To: r-help@r-project.org > Subject: [R] .Rprofile is being executed twice > > Hi, > > After updating to R 2.7, my .Rprofile executes twice on startup. I > confirmed this by putting in the following

Re: [R] .Rprofile is being executed twice

2008-05-02 Thread Duncan Murdoch
On 02/05/2008 4:24 PM, Dan Tenenbaum wrote: Hi, After updating to R 2.7, my .Rprofile executes twice on startup. I confirmed this by putting in the following line: print("starting .Rprofile...") When I start R, I see: [1] "starting .Rprofile..." [1] "starting .Rprofile..." This seems like

[R] .Rprofile is being executed twice

2008-05-02 Thread Dan Tenenbaum
Hi, After updating to R 2.7, my .Rprofile executes twice on startup. I confirmed this by putting in the following line: print("starting .Rprofile...") When I start R, I see: [1] "starting .Rprofile..." [1] "starting .Rprofile..." This seems like the obverse of the following FAQ: http://cra