Package: DelayedDataFrame
Title: Delayed operation on DataFrame using standard DataFrame metaphor
Version: 1.27.0
Authors@R: c(
    person(
        "Qian", "Liu", email = "Qian.Liu@roswellpark.org", role=c("aut", "cre")
    ),
    person("Hervé",  "Pagès", role = "aut"),
    person("Martin", "Morgan", role = "aut"))
Description: Based on the standard DataFrame metaphor, we are trying
    to implement the feature of delayed operation on the
    DelayedDataFrame, with a slot of lazyIndex, which saves the
    mapping indexes for each column of DelayedDataFrame. Methods like
    show, validity check, [/[[ subsetting, rbind/cbind are implemented
    for DelayedDataFrame to be operated around lazyIndex. The listData
    slot stays untouched until a realization call e.g., DataFrame
    constructor OR as.list() is invoked.
biocViews: Infrastructure, DataRepresentation
Depends:
    R (>= 3.6),
    S4Vectors (>= 0.23.19),
    DelayedArray (>= 0.7.5)
License: GPL-3
Encoding: UTF-8
URL: https://github.com/Bioconductor/DelayedDataFrame
BugReports: https://github.com/Bioconductor/DelayedDataFrame/issues
Imports:
    methods,
    stats,
    BiocGenerics
RoxygenNote: 7.0.2
Suggests:
    testthat,
    knitr,
    rmarkdown,
    BiocStyle,
    SeqArray,
    GDSArray
Collate:
    LazyIndex-class.R
    DelayedDataFrame-class.R
    DelayedDataFrame-method.R
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/DelayedDataFrame
git_branch: devel
git_last_commit: 7dcd028
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
