[R] 0.63 missing .pl files in etc?
U-E59264-Osman F Buyukisik
absd00t at c1186.ae.ge.com
Mon Nov 16 20:27:39 CET 1998
Just grabbed the R-0.63.tar.gz from CRAN. Again during the build make
fails. bin/build-help did not have exec permissions. After that, it
failed for missing *.pl files called from build-help. I just copied
them from an R-devel I had. Then make docs worked. However,
LibIndex was not built. I am on an hpux-pa1.1-hpux-10.20 using egcs:
gcc version egcs-2.92.18 19981101 (gcc2 ss-980609 experimental)
readline was configured and is working OK.
R_PAPERSIZE="letter" CPPFLAGS=" -I/home/xxxx/local/include " LIBS="
-L/home/xxxx/local/lib " ./configure --prefix=/home/xxxx/local
--with-f2c
Do I just built the LibIndex by hand, and fixed library/eda/R/eda so
that eda.sl is used instead of eda.so. This time I got
> library(eda)
Error: dynamic library `eda.sl' not found
but when I do :
> dyn.load("./library/eda/libs/eda.sl")
> library(help=eda)
line Robust Line Fitting
medpolish Median polish
smooth Median smoothing
> data(presidents)
presidents[is.na(presidents)] <- 0
plot(presidents)
lines(smooth(presidents))
works. Any ideas on what to do so libarary works?
Thans in advance,
Osman
osman.buyukisik at ae.ge.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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