Is anybody working on maintaining the rhdf5 package at
bioconductor.org? I have seen hdf5 which is nice if your data fits
into memory. But it would be nice to have a package that supports
querying the hdf5 dataset. Is there any up-to-date package like that?
Thanks for any info.
-Sean
__
We would like to compile a minimal R library that could be linked
into an application that will be run on a BlueGene/L system with
8,192 processors. This is a system that requires no shared libraries,
no graphical interface, must be single threaded, and will be cross-
compiled. I would sta
Hello,
I am trying to compile a stripped down libR.a that I can statically
link into an application running in a limited system environment
(i.e. no shared libraries, no dynamic loading, no graphics, no
threads, single process, etc).
I have tried configuring --with-x=NO and --enable-Rshlib