Package: SQLDataFrame
Title: Representation of SQL tables in DataFrame metaphor
Version: 1.25.0
Description:
    Implements bindings for SQL tables that are compatible with
    Bioconductor S4 data structures, namely the DataFrame and
    DelayedArray. This allows SQL-derived data to be easily used
    inside other Bioconductor objects (e.g., SummarizedExperiments)
    while keeping everything on disk.
Authors@R:
    c(
        person("Qian", "Liu", , role = c("aut", "cre"),
            email="Qian.Liu@RoswellPark.org",
	    comment = c(ORCID = "0000-0003-1456-5099")),
	person("Aaron", "Lun", role=c("aut"),
	    email = "infinite.monkeys.with.keyboards@gmail.com"),
    person("Martin", "Morgan", role = c("aut"), 
    email = "martin.morgan@roswellpark.org")	    
    )
License: LGPL (>= 3); File LICENSE
Depends:
    DelayedArray,
    S4Vectors
Imports:
    stats,
    utils,
    methods,
    BiocGenerics,
    RSQLite,
    duckdb,
    DBI
Suggests:
    knitr,
    rmarkdown,
    BiocStyle,
    testthat
biocViews: DataRepresentation, Infrastructure, Software
VignetteBuilder: knitr
URL: https://github.com/Bioconductor/SQLDataFrame
BugReports: https://github.com/Bioconductor/SQLDataFrame/issues  
RoxygenNote: 7.2.3
Encoding: UTF-8
git_url: https://git.bioconductor.org/packages/SQLDataFrame
git_branch: devel
git_last_commit: bef96d3
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
