single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
https://tiledbsoma.readthedocs.io
MIT License
90 stars 25 forks source link

[r] Remove core version check #3006

Closed johnkerl closed 1 month ago

johnkerl commented 1 month ago

This was very much put in place for a good reason at the time it was put in place. However, as of recently we no longer use the tiledb-r path to read or write arrays.

eddelbuettel commented 1 month ago

@mojaveazure Maybe in a follow-up PR?

mojaveazure commented 1 month ago

Yeah, that should be a follow-up, I was just making a note of what else can be done thanks to the relaxing of tiledb-r versions. The current CI is working, and that's good enough for now