The modern database 'TileDB' introduces a powerful on-disk format for storing and accessing any complex data based on multi-dimensional arrays. It supports dense and sparse arrays, dataframes and key-values stores, cloud storage ('S3', 'GCS', 'Azure'), chunked arrays, multiple compression, encryption and checksum filters, uses a fully multi-threaded implementation, supports parallel I/O, data versioning ('time travel'), metadata and groups. It is implemented as an embeddable cross-platform C++ library with APIs from several languages, and integrations. This package provides the R support.
Version: | 0.30.2 |
Imports: | methods, Rcpp (≥ 1.0.8), nanotime, spdl, nanoarrow |
LinkingTo: | Rcpp, RcppInt64, nanoarrow |
Suggests: | tinytest, simplermarkdown, curl, bit64, Matrix, palmerpenguins, nycflights13, data.table, tibble, arrow |
Published: | 2024-10-04 |
DOI: | 10.32614/CRAN.package.tiledb |
Author: | TileDB, Inc. [aut, cph], Dirk Eddelbuettel [aut], Isaiah Norton [cre] |
Maintainer: | Isaiah Norton <isaiah at tiledb.com> |
BugReports: | https://github.com/TileDB-Inc/TileDB-R/issues |
License: | MIT + file LICENSE |
Copyright: | TileDB, Inc. |
URL: | https://github.com/TileDB-Inc/TileDB-R, https://tiledb-inc.github.io/TileDB-R/ |
NeedsCompilation: | yes |
SystemRequirements: | A C++17 compiler is required; on macOS compilation version 11.0 or later is required. Optionally cmake (only when TileDB source build selected), curl (only when TileDB source build selected)), and git (only when TileDB source build selected); on x86_64 and M1 platforms pre-built TileDB Embedded libraries are available at GitHub and are used if no TileDB installation is detected, and no other option to build or download was specified by the user. |
Materials: | README NEWS |
CRAN checks: | tiledb results |
Reference manual: | tiledb.pdf |
Vignettes: |
Data Ingestion from SQL (source) TileDB API Documentation (source) Installation Options (source) Introduction to TileDB (source) TileDB RMariaDB Examples (source) |
Package source: | tiledb_0.30.2.tar.gz |
Windows binaries: | r-devel: tiledb_0.30.2.zip, r-release: tiledb_0.30.2.zip, r-oldrel: tiledb_0.30.2.zip |
macOS binaries: | r-release (arm64): tiledb_0.30.2.tgz, r-oldrel (arm64): tiledb_0.30.2.tgz, r-release (x86_64): tiledb_0.30.2.tgz, r-oldrel (x86_64): tiledb_0.30.2.tgz |
Old sources: | tiledb archive |
Reverse imports: | TileDBArray |
Please use the canonical form https://CRAN.R-project.org/package=tiledb to link to this page.