-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
70 lines (70 loc) · 1.68 KB
/
Copy pathDESCRIPTION
File metadata and controls
70 lines (70 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: DuckDBDataFrame
Version: 0.99.15
Date: 2026-07-25
Title: DuckDB-Backed DataFrame and Table Structures
Description:
Provides DuckDB-backed implementations of core tabular data structures
including DuckDBTable, DuckDBDataFrame, and DuckDBColumn. These classes
extend Bioconductor's S4Vectors framework to enable efficient, out-of-memory
operations on large tabular datasets using DuckDB's analytical database engine.
The package includes SQL function discovery, connection management, and support
for list columns and embeddings stored in ARRAY[] columns.
Authors@R:
c(
person("Patrick", "Aboyoun", role=c("aut", "cre"), email="aboyounp@gene.com"),
person("Genentech, Inc.", role="cph")
)
License: MIT + file LICENSE
Depends:
R (>= 4.6.0),
methods,
stats,
bit64,
S4Vectors,
IRanges
Imports:
tools,
BiocGenerics,
S4Arrays,
SparseArray,
DelayedArray,
Matrix,
DBI,
rlang,
dplyr,
dbplyr,
duckdb,
arrow,
tibble
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat
biocViews:
DataImport,
DataRepresentation,
Infrastructure,
Software
VignetteBuilder: knitr
Encoding: UTF-8
Collate:
'sql_fun.R'
'sql_call.R'
'tblconn.R'
'keynames.R'
'DuckDBConnection.R'
'DuckDBTable-class.R'
'DuckDBTable-utils.R'
'DuckDBColumn-class.R'
'DuckDBAtomicList-class.R'
'DuckDBColumn-utils.R'
'DuckDBEmbeddings-class.R'
'DuckDBDataFrame-class.R'
'DuckDBDataFrameList-class.R'
'DuckDBSelfHits-class.R'
'DuckDBTransposedDataFrame-class.R'
'arrow-types.R'
'parquet-io-cluster.R'
'parquet-io.R'
Config/roxygen2/version: 8.0.0