-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.41 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: R6.tiledb
Title: R6 Classes for TileDB Arrays and Groups
Version: 0.3.0.1
Date: 2026-04-27
Authors@R: c(
person("Constantinos", "Giachalis", ,
"26255858+cgiachalis@users.noreply.github.com", role = c("aut", "cre")),
person("TileDB, Inc", role = "ctb",
comment = "Initial code and tests for R6 classes from 'TileDB-SOMA/apis/r' GitHub repo.")
)
Description: Provides foundational R6 classes to interface with 'TileDB'
storage engine using 'tiledb' package. The goal is to offer a set of
minimum classes based on the R6 object oriented system in order to
make it easier to work with 'TileDB' Arrays and Groups. The base
classes 'TileDBArray' and 'TileDBGroup' can be easily extended to new
subclasses for representing and support any data model.
License: MIT + file LICENSE
URL: https://github.com/cgiachalis/R6.tiledb, https://cgiachalis.github.io/R6.tiledb/
BugReports: https://github.com/cgiachalis/R6.tiledb/issues
Depends:
R (>= 4.4.0)
Imports:
bit64,
cli,
fs,
methods,
R6,
spdl,
tiledb (>= 0.33.0)
Suggests:
litedown,
mirai (>= 2.4.0),
data.table,
nanotime,
spelling,
testthat (>= 3.0.0),
withr
VignetteBuilder:
litedown
Remotes: TileDB-Inc/TileDB-R
Config/testthat/edition: 3
Config/testthat/start-first:TileDBGroup
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE, old_usage = TRUE)
RoxygenNote: 7.3.3