-
### Overview
- `hdf5` is a file-based database used in scientific applications, including hsp2.
- Rhdf5 - hdf5 access package in R
- part of Biocmanager ecosystem
- Package github page: https:…
-
Hi,I met a problem that when I use h5writeDataset() , there's always an attribute called rhdf5-NA.OK coming out.
It's like what I showed in the picture.
Can someone help me with this problem?
Tha…
-
rhdf5 tries to run `h5cc -show` in its configure script, in order to determine the libraries to be used:
https://github.com/hhoeflin/hdf5r/blob/dc4774c03dd02219febdf57229ceb3e1ab439df7/configure.ac…
-
Hello,
I believe I noticed two bugs in rhdf5.
I'm using R 3.3.3 on Windows64, 2.18.0 linking to C-library HDF5 1.8.7
1. problem:
`h5read(..., bit64conversion='double')`
converts int32 col…
-
Installing package into ‘/home1/ks85359/R/x86_64-pc-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)
ERROR: dependency ‘rhdf5’ is not available for package ‘ArchR’
* removing ‘/home1/ks85359/R/x86_…
-
- Summary of last week's findings about the timestamp issue in R
- We used the H5Dread command and utilized the bit64conversion argument in order to get usable values, since R does not support the ra…
-
Currently, it doesn't seem possible to write a logical type attribute to a group (using **{rhdf5}** `v2.47.0`):
```r
hdf5_file
-
When I try to install this package like this, an error occures:
`BiocManager::install("rhdf5")`
```
g++ -std=gnu++11 -shared -L/opt/R/4.3.2/lib64/R/lib -L/usr/local/lib64 -o rhdf5.so H5.o H5A.o H…
-
Related to https://github.com/scverse/anndataR/pull/183#discussion_r1830509620
Are we aiming for a CRAN or a BioConductor release?
What are the pros for both platforms?
-
Reminder to do this now that https://github.com/grimbough/rhdf5/issues/79 has been fixed.
To do:
- Remove the `is_sparse()` check
- Update tests
- Remove code coverage guards