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

Move one function (plus one helper) to deprecation.cpp #699

Closed eddelbuettel closed 7 months ago

eddelbuettel commented 7 months ago

This PR catches up on the recently-merged TileDB Core PR 4879 (which deprecated more C++ API access points) and moves one function (plus a helper it uses) to src/deprecated.cpp to not trigger deprecation warnings. Deprecating and replacing the call will be left for another PR.

No code or test changes.