1
1
Package: tiledb
2
2
Type: Package
3
- Version: 0.21.3.3
4
- Title: Universal Storage Engine for Sparse and Dense Multidimensional Arrays
3
+ Version: 0.22.0
4
+ Title: Modern Database Engine for Multi-Modal Data via Sparse and Dense Multidimensional Arrays
5
5
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
6
6
person("Dirk", "Eddelbuettel", email = "
[email protected] ", role = "cre"))
7
- Description: The universal storage engine 'TileDB' introduces a
8
- powerful on-disk format for multi-dimensional arrays. It supports
7
+ Description: The modern database 'TileDB' introduces a powerful on-disk
8
+ format for multi-modal data based on dimensional arrays. It supports
9
9
dense and sparse arrays, dataframes and key-values stores, cloud
10
10
storage ('S3', 'GCS', 'Azure'), chunked arrays, multiple compression,
11
11
encryption and checksum filters, uses a fully multi-threaded
@@ -18,12 +18,13 @@ License: MIT + file LICENSE
18
18
URL: https://github.com/TileDB-Inc/TileDB-R
19
19
BugReports: https://github.com/TileDB-Inc/TileDB-R/issues
20
20
SystemRequirements: A C++17 compiler is required, and on macOS
21
- compilation for version 10.14 is required. Optionally cmake
22
- (only when TileDB source build selected), git (only when TileDB
23
- source build selected); on x86_64 and M1 platforms pre-built
24
- TileDB Embedded libraries are available at GitHub and are used
25
- if no TileDB installation is detected, and no other option to
26
- build or download was specified by the user.
21
+ compilation for version 10.14 is required. Optionally cmake (only
22
+ when TileDB source build selected), curl (only when TileDB source
23
+ build selected)), and git (only when TileDB source build selected);
24
+ on x86_64 and M1 platforms pre-built TileDB Embedded libraries are
25
+ available at GitHub and are used if no TileDB installation is
26
+ detected, and no other option to build or download was specified by
27
+ the user.
27
28
Imports: methods, Rcpp (>= 1.0.8), nanotime, spdl
28
29
LinkingTo: Rcpp, RcppInt64
29
30
Suggests: tinytest, simplermarkdown, curl, bit64, Matrix, palmerpenguins, nycflights13, data.table, tibble, arrow
0 commit comments