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] Remove calls to tiledb::tiledb_version() #3649

Conversation

mojaveazure
Copy link
Member

@mojaveazure mojaveazure commented Jan 30, 2025

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()

sc-62779

continues work for #2406

Note: this PR is not going into main, but into a separate branch to accumulate all of these little PRs before filing the larger one to remove tiledb-r

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()`

[SC-62779](https://app.shortcut.com/tiledb-inc/story/62779)
@mojaveazure mojaveazure merged commit fe3378c into paulhoffman/sc-62760/remove-tiledb-r-as-a-dependency-from-tiledbsoma Jan 31, 2025
4 checks passed
@mojaveazure mojaveazure deleted the paulhoffman/sc-62779/remove-calls-to-tiledb-tiledb-version branch January 31, 2025 16:17
mojaveazure added a commit that referenced this pull request Feb 3, 2025
* [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 added a commit that referenced this pull request Feb 7, 2025
* [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)
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.

2 participants