[R] installing R packages in Windows?

Pablo E. Verde 320098218774-0001 at t-online.de
Mon Nov 23 23:38:44 CET 1998


Prof Brian Ripley schrieb:
> I have put 2 zip files of packages of compiled for Guido Masarotto's port
> of R-0.63.0 at http://www.stats.ox.ac.uk/pub/R/win32
>
> lib1.zip contains
>
> VR (MASS, class, nnet, spatial), tree
>
> lib2.zip contains
>
> KernSmooth acepack akima boot bootstrap cluster ctest integrate
> logspline pspline rpart splines survival4
>

Thank you very much!
Under Windows 95, everything works OK!!.

With Windows 98, I got problems with dynamic loading.
For example:

> library(nnet)
Error: dynamic library `nnet' not found
> detach(package:nnet)
> detach(package:nnet)
Error: invalid name
> 

... I got the same problem with: nnet, spatial, tree, KernSmooth, 
acepack, akima, logspline, pspline, rpart, survival4.

I did not have this error with: MASS, boot, bootstrap,cluster, ctest,
integrate, splines, Modreg. However, when I try to use a date set from
MASS I got the following:

> library(MASS)
> data(cat)
Warning: Data set `cat' not found
> 

The same error has happened with data sets from boot:

> library(boot)
> data(neuro)
Warning: Data set `neuro' not found
> 

Pablo



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list