TileDB-Inc / TileDB-R

R interface to TileDB: The Modern Database
https://tiledb-inc.github.io/TileDB-R
Other
103 stars 18 forks source link

Extend NDRectangle support #743

Closed eddelbuettel closed 3 months ago

eddelbuettel commented 3 months ago

This PR builds on two recent Core PRs and extends the NDRectangle API surface. It also retires the cached datatype slot.

New tests have been added as well.

(Actions got caught in 2.25 or earlier compile gotcha I didn't see here under 2.26 as well as in a need to condition all new tests, as well as several of the examples, for current domain and ndrectangle on 2.26 or later due to the change in S4 representation now that we can drop the local cache for data type.)