TileDB-R icon indicating copy to clipboard operation
TileDB-R copied to clipboard

R interface to TileDB: The Modern Database

Results 5 TileDB-R issues
Sort by recently updated
recently updated
newest added

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...