The error message is here: configure: error: Can't find HDF5
The hdf5 package is an interface to the HDF5 library, so you need to
install hdf5 and hdf5-devel through your package manager (yum or
apt-get or whatever you use to install things on your linux distro).
Or you can get it straight from t
Hi
Thanks for reply
after usinginstall.packages("hdf5")
I get error
{Installing package(s) into ‘/home/uday/R/x86_64-pc-linux-gnu-library/2.14’
(as ‘lib’ is unspecified)
trying URL
'http://cran.revolutionanalytics.com/src/contrib/hdf5_1.6.9.tar.gz'
Content type 'application/x-gzip' length 50870 b
Hello,
There is a mistake. Type
> install.packages("hdf5")
instead of
> installed.packages("hdf5")
in order to install a package.
Best Regards,
Passcal
Le 19/07/2012 17:02, uday a écrit :
Hi,
Recently I have installed R in my Linux operating system , after
installation I was trying to in
3 matches
Mail list logo