Message-ID: <B0BBFCB6A95B40D6ACF632971E7B3BE7@FloatingPoint>
Date: 2009-05-10T21:17:38Z
From: David A Vavra
Subject: Unintended loading of package:datasets
The dataset package is being loaded apparently by one of the packages that I
am using. The loading of the datasets takes a long time and I would like to
eliminate it. I thought the datasets were effectively examples so don't
understand why they would be required at all.
1) How can I determine what is causing the datasets to be loaded?
2) How can I stop them from doing so?
I am using the following:
Rpart, grDevices, graphics, stats, utils, methods, base
There is also an environment named 'Autoloads'
TIA