# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "DuckDBDataFrame" in publications use:' type: software license: MIT title: 'DuckDBDataFrame: DuckDB-Backed DataFrame and Table Structures' version: 0.99.6 doi: 10.32614/CRAN.package.DuckDBDataFrame abstract: 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: - family-names: Aboyoun given-names: Patrick email: aboyounp@gene.com repository: https://biocstaging.r-universe.dev commit: 62ef6ff1b48b2847496cea63201aa3a02f89ac45 date-released: '2026-07-22' contact: - family-names: Aboyoun given-names: Patrick email: aboyounp@gene.com