TileDB-R
TileDB-R copied to clipboard
R interface to TileDB: The Modern Database
This (currently draft) PR regroups slightly altered tests which have been updated to also allow runing against REST CI unit tests. The setup in the (private to TileDB) repo [TileDB-REST-CI](https://github.com/TileDB-Inc/TileDB-REST-CI)...
On my machine, `tiledb_put_metadata` will only save one (the first) element of a `character` vector, but all elements of a `numeric` or `integer` vector. I am not sure whether that...
``` ** testing if installed package can be loaded from temporary location sh: line 1: 82765 Illegal instruction: 4 R_TESTS= '/opt/local/Library/Frameworks/R.framework/Resources/bin/R' --no-save --no-restore --no-echo 2>&1 < '/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_R_R-tiledb/R-tiledb/work/.tmp/RtmpB4Gi86/file13fce631f3ee1' *** caught illegal...
I am creating a R Shiny App where I want users to be able to define the query ranges for the TileDB array that I have. In the code snippet...
To return a fragment info value for a given index, the fragment index argument `fid` expects the index to start at 0. For example, if you've `n` fragments, you need...
The Nightly Dev Build job failed on Tuesday (2024-07-09) in run [9866821966](https://github.com/TileDB-Inc/TileDB-R/actions/runs/9866821966)
`tiledb_group_open()` was meant to default to 'READ' without manual typing it. This happens because the `match.arg(type)` is placed after the version check with regards to type options, hence it errors...
### Issue Putting the same metadata on an array and group and then retrieving them back to `R`, the returning objects are equivalent but not identical. For the case of...