-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e308954
commit 1142de5
Showing
3 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Package: tiledb | ||
Type: Package | ||
Version: 0.21.3.3 | ||
Title: Universal Storage Engine for Sparse and Dense Multidimensional Arrays | ||
Version: 0.22.0 | ||
Title: Modern Database Engine for Multi-Modal Data via Sparse and Dense Multidimensional Arrays | ||
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), | ||
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre")) | ||
Description: The universal storage engine 'TileDB' introduces a | ||
powerful on-disk format for multi-dimensional arrays. It supports | ||
Description: The modern database 'TileDB' introduces a powerful on-disk | ||
format for multi-modal data based on 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 | ||
|
@@ -18,12 +18,13 @@ License: MIT + file LICENSE | |
URL: https://github.com/TileDB-Inc/TileDB-R | ||
BugReports: https://github.com/TileDB-Inc/TileDB-R/issues | ||
SystemRequirements: A C++17 compiler is required, and on macOS | ||
compilation for version 10.14 is required. Optionally cmake | ||
(only when TileDB source build selected), 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. | ||
compilation for version 10.14 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. | ||
Imports: methods, Rcpp (>= 1.0.8), nanotime, spdl | ||
LinkingTo: Rcpp, RcppInt64 | ||
Suggests: tinytest, simplermarkdown, curl, bit64, Matrix, palmerpenguins, nycflights13, data.table, tibble, arrow | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
|
||
# <a href="https://tiledb.com/"><img src="https://github.com/TileDB-Inc/TileDB/raw/dev/doc/source/_static/[email protected]" alt="TileDB logo" width="400"></a> | ||
|
||
The TileDB R package offers an [R](https://www.r-project.org/) interface to the [storage | ||
engine](https://github.com/TileDB-Inc/TileDB) of [TileDB](https://tiledb.com/). | ||
The TileDB R package offers an [R](https://www.r-project.org/) interface to | ||
the [modern database](https://github.com/TileDB-Inc/TileDB) by [TileDB](https://tiledb.com/). | ||
|
||
|
||
## Documentation | ||
|
@@ -40,7 +40,7 @@ The most recent released version can be installed from | |
> remotes::install_github("TileDB-Inc/TileDB-R") | ||
... | ||
> library(tiledb) | ||
TileDB R 0.21.3 with TileDB Embedded 2.17.4 on Ubuntu 22.04. | ||
TileDB R 0.22.0 with TileDB Embedded 2.18.2 on Ubuntu 23.10. | ||
See https://tiledb.com for more information about TileDB. | ||
> help(package=tiledb) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters