Skip to content
Prev 200962 / 398503 Next

R 2.10 'memory leak'? on OS X

On 20/11/2009 10:38 AM, Stropharia wrote:
.RProfile won't be recreated:  it's where you put your own startup 
customizations.  It sounds as though .RData is a more likely culprit.

.RData is created when you quit and reply Yes to the question about 
saving.  I forget if there are special rules on a Mac about where the 
saving occurs, but on other systems it's in the current working 
directory.  On startup, R will look there and in the user's home 
directory. 

You probably want to ask on R-sig-mac for some Mac specific advice.

Duncan Murdoch