Duncan Mackay <duncan.mackay <at> flinders.edu.au> writes: > I have recently noticed that in one of my work areas, a number of packages > are automatically loaded without my explicitly requesting them to be loaded > (see below). This only happens in one particular workspace (located in a > folder). I suspect (without any real evidence) that this may be related to > my creating plots using the ggplot2 package earlier in this workspace. > > > Loading required package: proto > Loading required package: grid > Loading required package: reshape > [Previously saved workspace restored]
Whenever you see the last line, there is an .Rdata-file in you startup directory. Delete it, and use rgui.exe --no-restore --no-save to start R (assuming Windows) to avoid the automatic loading/saving (which I find confusing). Dieter ______________________________________________ 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.