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

No longer rely on now-deprecated dump() for fragment info #753

Closed eddelbuettel closed 1 month ago

eddelbuettel commented 1 month ago

Core just deprecated dump() for fragment info so we now rely on the stringstream method instead (as we had already done for a few other dump() replacements).

No new code, no new tests.

eddelbuettel commented 1 month ago

Also passes the inofficial test batter once the (otherwise updated weekly on its own schedule) 'dev' container is current.