I can not work with hdf files in R. I believe that the R package hdf5will be what I need to work with these files, but it is difficult for me to install it. I get the following warning:
> install.packages("hdf5")
Installing package(s) into ‘C:/Users/ME/Documents/R/win-library/2.15’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
package ‘hdf5’ is available as a source package but not as a binary
Warning message:
package ‘hdf5’ is not available (for R version 2.15.2)
Does anyone have experience setting up a version of the Windows operating system for reading and working with hdf files? An example hdf file that I hope to work with can be found here .
source
share