Package: tiledb
Type: Package
Version: 0.9.1
Title: Sparse and Dense Multidimensional Array Storage Engine for Data
        Science
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
 person("Dirk", "Eddelbuettel", email = "dirk@tiledb.com", role = "cre"))
Description: The data science storage engine 'TileDB' introduces a
 powerful on-disk format for 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.
Copyright: TileDB, Inc.
License: MIT + file LICENSE
URL: https://github.com/TileDB-Inc/TileDB-R
BugReports: https://github.com/TileDB-Inc/TileDB-R/issues
SystemRequirements: cmake (only when TileDB source build selected), git
        (only when TileDB source build selected); on x86_64 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.
Imports: methods, Rcpp, nanotime
LinkingTo: Rcpp
Suggests: tinytest, rmarkdown, knitr, minidown, curl, bit64, Matrix,
        palmerpenguins
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-05-12 20:15:22 UTC; edd
Author: TileDB, Inc. [aut, cph],
  Dirk Eddelbuettel [cre]
Maintainer: Dirk Eddelbuettel <dirk@tiledb.com>
Repository: CRAN
Date/Publication: 2021-05-12 23:00:02 UTC
