[R] Missing functions in package e1071(Win*)
Agustin Lobo
alobo at ija.csic.es
Wed Aug 29 10:54:47 CEST 2001
Hi!
After unziping the CRAN file e1071.zip
on my Win95 library directory, I start R and
type
>library(e1071)
After that, help commands of the e1071
functions work (i.e., help(read.pnm), BUT
some functions themselves are not available:
> read.pnm
Error: Object "read.pnm" not found
I've looked at the file library/R/e1071 with
an ascii editor and it seems like the functions
there are not all the ones listed in the help for
e1071. Indeed, after listing the available functions:
> search()
[1] ".GlobalEnv" "package:e1071" "package:ctest" "Autoloads"
[5] "package:base"
> objects(pos=2)
and comparing to the ones listed in library/e1071/help/AnIndex,
I've found that the missing ones are:
channel.pnm
Mvnorm
plot.clobj
pnm
read.pnm
write.pgm
As it is often the case, the missing ones are the ones I need...
I've checked that this is not a downloading problem,
the CRAN file:
http://cran.r-project.org/bin/windows/contrib/e1071.zip
is identical to the one I have on my disk.
Maybe a problem at compiling for win* and/or packing the e1071.zip file?
Any solution?
Thanks
Agus
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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