Displaying 1 result from an estimated 1 matches for "clobj".
Did you mean:
clob
2001 Aug 29
2
Missing functions in package e1071(Win*)
...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 wi...