[R] Problem with loading library-ks
Uwe Ligges
ligges at statistik.tu-dortmund.de
Wed Jul 2 10:11:57 CEST 2008
Mayukh Dass wrote:
> Hi,
>
> I am trying to load the library(ks), but I am getting the following error:
>
> Loading required package: KernSmooth
> KernSmooth 2.22 installed
> Copyright M. P. Wand 1997
> Loading required package: mvtnorm
> Loading required package: rgl
> Loading required package: misc3d
> Error in lazyLoadDBfetch(key, datafile, compressed, envhook) :
> ReadItem: unknown type 241
> In addition: Warning messages:
> 1: package 'ks' was built under R version 2.7.1
> 2: package 'misc3d' was built under R version 2.6.0
Your version of R seems to be < 2.6.0 but you have installed binary
packages that were built for R-2.7.1 and R-2.6.0, respectively...
Best wishes,
Uwe
> Error: package/namespace load failed for 'ks'
>
> I have installed the newer versions of ks (1.5.5) and misc3d(0.6-1) and I am
> using Windows Xp 32-bit.
>
> Please let me know the source of the above error.
>
> Many thanks in advance.
>
> Best,
> Mayukh
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list