0.8.2
A new release 0.8.2 of the TileDB R package with extended support for the TileDB Embedded library version 2.1.1 and later.
Entries from the NEWS.md file follow:
0.8.2
- This release of the R package builds against TileDB 2.1.1, but has also been tested against previous releases as well as the development version.
Improvements
Bug Fixes
-
The
tiledb_stats_reset()
function is now exported, andtiledb_stats_print()
has been re-added as a wrapper totiledb_stats_dump()
(#174) -
Configuration options for compute and input/output concurrency set only the new TileDB 2.1 configuration options; documentation on how to checking values has been expanded. (#175)
-
The
download.file()
use now (re-)sets the timeout to the standard value to accomodate uses where a lower value may be set such as some CRAN builders (#176) -
Build scripts have been updated for use of TileDB 2.1.1 on Windows, macOS and Linux (when no system library is found) (#178)