[R] HDF5 support in R

Marcus G. Daniels marcusd at cathcart.sysc.pdx.edu
Fri May 14 23:45:05 CEST 1999


TW> Has anyone succeeded in using HDF5 in R?

TW>     --with-hdf5-libs=/home/westley/HDF/lib

R doesn't have this configure option.  However, if you pass
LDFLAGS and CPPFLAGS to configure, you can get the same effect:

CPPFLAGS=-I$HOME/HDF/include LDFLAGS=-L$HOME/HDF/lib ./configure

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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