Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[r] [WIP] Remove tiledb-r as a dependency from tiledbsoma-r #3644

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mojaveazure
Copy link
Member

@mojaveazure mojaveazure commented Jan 30, 2025

Remove the dependency of tiledb-r from tiledbsoma-r

SC-62760

resolves #2406

mojaveazure and others added 4 commits February 3, 2025 11:11
* [r] Remove `arrow_*_from_tiledb_*()` Helpers
Remove the following arrow <> tiledb-r helpers as they are unused and to
start removing tiledb-r from the code/tests

 - `arrow_field_from_tiledb_dim()`
 - `arrow_field_from_tiledb_attr()`
 - `arrow_schema_from_tiledb_schema()`

[SC-62761](https://app.shortcut.com/tiledb-inc/story/62761)
Replace calls to `tiledb::tiledb_object_type()` with
`get_tiledb_object_type()`

[SC-62778](https://app.shortcut.com/tiledb-inc/story/62778)
* [r] Remove calls to `tiledb::tiledb_version()`
Replace calls to `tiledb::tiledb_version()` with new helper function
`get_tiledb_version()`; `get_tiledb_version()` wraps
`tiledb_embedded_version()`, but adds a parameter `compact` to replicate
the `compact = TRUE` mode of `tiledb::tiledb_version()`

Also add names to `get_tiledb_version(compact = FALSE)`

[SC-62779](https://app.shortcut.com/tiledb-inc/story/62779)
@mojaveazure mojaveazure force-pushed the paulhoffman/sc-62760/remove-tiledb-r-as-a-dependency-from-tiledbsoma branch from fe3378c to 6c9ff80 Compare February 3, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[r] Replace tiledb-r with libtiledbsoma in the R API (parent task)
1 participant