On Mon, 23 Aug 2004, Jeff Gentry wrote: > > Here's another issue (that might well be operator error): > > > install.packages("lattice") > > ... > ... > ** save image > Loading required package: grid > Error in importIntoEnv(impenv, impnames, ns, impvars) : > object(s) 'dev.list', 'cm.colors', 'gray', 'heat.colors' are not > exported by 'namespace:graphics'
The graphics package has been split into grDevices and graphics. You need to remove any previously built versions of graphics and grid in library/ before rebuilding. -thomas ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel