Displaying 1 result from an estimated 1 matches for "_002erprofile".
2008 May 02
2
.Rprofile is being executed twice
...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://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-did-my-_002eRprofile-stop-working-when-I-updated-R_003f
But in my case .Rprofile is working, just working twice as much as it
should.
Even if there is nothing in my .Rprofile except that print() statement,
it still executes twice.
What could be causing this?
Thanks
Dan