zarr-R icon indicating copy to clipboard operation
zarr-R copied to clipboard

wrapping z5 in R

Results 9 zarr-R issues
Sort by recently updated
recently updated
newest added

Hi, thanks for starting this effort to create an R wrapper around the z5 API. I am having some issues installing. I have just tried to use `devtools::install_github`. Is this...

- [ ] currently tests pass but travis fails, because of undocumented functions and some other CRAN requirements. - [ ] the resulting .so file is huge, this can be...

The following does not read or write the data correctly when complete chunks are read in, as in #10: https://github.com/gdkrmr/zarr-R/blob/31c4176bcba8b841080d56abed231d2c8f773cd3/src/xtensor-read.cpp#L167 ```C // xt::rarray array(shape_); // z5::multiarray::readSubarray(*ds, array, offset_.begin()); // res...

Loading the library doesn't work with `-O0` because of some symbol missing.

The json headers should be in their own R package

help wanted
good first issue

The api is *not* stable yet and will be reworked!

something like `chunk(zarr)[1, ]` to return entire chunks for more efficient access.