What version of lattice is this ? (try library(help = lattice)). What happens
when you type library(grid) ?
Both grid and lattice are recommended packages, so appropriate versions of
both should have been installed along with R 1.8.1. From your error message
(which mentions /usr/local/lib/R/site-library), I'm guessing you are using
Debian. If that's the case, please check if you have r-recommended
installed,
and whether it has the same version as r-base-core. Dirk uploaded the 1.8.1
beta packages very recently, so they may not have made it to all the mirrors
when you upgraded.
If this does not work, we need to know how you installed R to make any further
diagnosis.
Deepayan
On Tuesday 18 November 2003 04:56, Bernd Weiss wrote:> Dear all,
>
> I am not able to install the lattice package. After finishing the
> installation, I got the following error massage:
>
> -------------------snip---------------------------
> Delete downloaded files (y/N)? y
>
> Warning message:
> argument `lib' is missing: using /usr/local/lib/R/site-library in:
> install.packages("lattice")
>
> > library(lattice)
>
> Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) :
> There is no package called 'grid'
> Error in library(lattice) : package/namespace load failed
>
> -------------------snap---------------------------
>
> Some weaks ago a similar thread took place on this list [1]. I am using
>
> > version
>
> _
> platform i386-pc-linux-gnu
> arch i386
> os linux-gnu
> system i386, linux-gnu
> status beta
> major 1
> minor 8.1
> year 2003
> month 11
> day 14
> language R
>
> So, I don't think, that my version of R should be updated.
>
> Any help would be appreciated,
>
> Bernd
>
> [1] http://finzi.psych.upenn.edu/R/Rhelp02a/archive/21118.html