Package: SQLDataFrame
Title: Representation of SQL tables in DataFrame metaphor
Version: 1.23.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: f23bd64
git_last_commit_date: 2025-04-15
Repository: Bioconductor 3.22
Date/Publication: 2025-06-04
NeedsCompilation: no
Packaged: 2025-06-05 02:23:03 UTC; biocbuild
Author: Qian Liu [aut, cre] (ORCID: <https://orcid.org/0000-0003-1456-5099>),
  Aaron Lun [aut],
  Martin Morgan [aut]
Maintainer: Qian Liu <Qian.Liu@RoswellPark.org>
Built: R 4.5.0; ; 2025-06-05 14:08:09 UTC; windows
