[Rd] Installing package lattice

Thomas Lumley tlumley at u.washington.edu
Mon Aug 23 21:16:50 CEST 2004


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



More information about the R-devel mailing list