keller-mark / pizzarr

Slice into Zarr arrays in R 🍕
https://keller-mark.github.io/pizzarr/
MIT License
25 stars 2 forks source link

Slice is mentioned in documentation but not exported. #86

Open dblodgett-usgs opened 1 month ago

dblodgett-usgs commented 1 month ago

https://keller-mark.github.io/pizzarr/reference/slice.html refers to the internal Slice class. Should Slice be exported or should we fix up documentation so it doesn't point to it?

keller-mark commented 2 weeks ago

It was intentional not to export the class, and instead export the utility functions that use the class internally