Hello, I tried to open lattice, but I get the following error:> library(lattice)Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) : package `grid' does not have a name space Error in library(lattice) : package/namespace load failed>I retyped it after loading grid but the same message appeared. could it be that it is caused by a recently done update.packages() ? any idea what might cause this problem? using> R.version.string[1] "R version 1.7.1, 2003-06-16" thanks in advance, Martin
I started to notice this when I moved to 1.8.0 and e.g. load MASS. Rob On Sunday, October 19, 2003, at 02:31 PM, Martin Wegmann wrote:> Hello, > > I tried to open lattice, but I get the following error: > >> library(lattice) > Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) : > package `grid' does not have a name space > Error in library(lattice) : package/namespace load failed >> > > I retyped it after loading grid but the same message appeared. > > could it be that it is caused by a recently done update.packages() ? > > any idea what might cause this problem? > > using > >> R.version.string > [1] "R version 1.7.1, 2003-06-16" > > > thanks in advance, Martin > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help
On Sunday 19 October 2003 16:31, Martin Wegmann wrote:> Hello, > > I tried to open lattice, but I get the following error: > > library(lattice) > > Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) : > package `grid' does not have a name space > Error in library(lattice) : package/namespace load failed > > > I retyped it after loading grid but the same message appeared. > > could it be that it is caused by a recently done update.packages() ?Yes. You haven't upgraded R to 1.8.0, but are trying to use a version of lattice meant to work with 1.8.0 and above. (It would probably have worked if grid had been updated as well, but I think that won't happen due to some internal restructuring.) Deepayan> any idea what might cause this problem? > > using > > > R.version.string > > [1] "R version 1.7.1, 2003-06-16" > > > thanks in advance, Martin > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help