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

Provide access to TileDB shared libraries in downstream packages #782

Closed mojaveazure closed 1 week ago

mojaveazure commented 2 weeks ago

New helper function to provide access to libtiledb used by tiledb-r for downstream packages. This builds off the prototype code @LTLA provided

New functions provided:

Also includes a mini-test suite for CI that tests this functionality with both a system install and vendored install of libtiledb

SC-59185

resolves #780