Dear David and Robert, I noticed the same behaviour from RStudio (with Windows 7, R 2.12.2, and RStudio 0.92.38). At the start of the session:
[Workspace restored from ~/.RData] > ls(all.names=TRUE) [1] ".Random.seed" > getwd() [1] "C:/Users/John Fox/Documents" Oddly, I never saved a workspace in C:/Users/John Fox/Documents and there is no .RData file in that directory. As well, the random seed, which is the only object in the current workspace at the beginning of the session, does not appear to be preserved from session to session when I exit without saving the workspace. It's not clear to me what's going on, but it does seem to be innocuous. Best, John -------------------------------- John Fox Senator William McMaster Professor of Social Statistics Department of Sociology McMaster University Hamilton, Ontario, Canada http://socserv.mcmaster.ca/jfox > -----Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of David Winsemius > Sent: March-04-11 3:43 PM > To: Robert Kinley > Cc: r-help@r-project.org > Subject: Re: [R] Rstudio question > > > On Mar 4, 2011, at 9:05 AM, Robert Kinley wrote: > > > I really like RStudio ... > > > > ... but I wish it wouldn't automatically reload the last .RData it > > had. > > > > Anyone know how to fix this ... ? > > > > That is the default behavior of the GUIs provided for both Mac and > Windows (and I think also for an R session started simply as `R` from a > command line invocation) and in those situation, the answer is first > delete .Rdata and then do not save when quitting. > > -- > > David Winsemius, MD > Heritage Laboratories > West Hartford, CT > > ______________________________________________ > 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. ______________________________________________ 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.