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

Encrypted read / write no longer uses deprecated / removed function #732

Closed eddelbuettel closed 4 months ago

eddelbuettel commented 4 months ago

This PR catches up to the removal of two functions (notably 'array create with key') that had been deprecated for several month. We retain the existing tests, and a new one using the simpler / newer method of setting key and encryption method via config settings.