Package: DelayedDataFrame
Title: Delayed operation on DataFrame using standard DataFrame metaphor
Version: 1.26.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: RELEASE_3_22
git_last_commit: 27e048f
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 02:32:10 UTC; biocbuild
Author: Qian Liu [aut, cre],
  Hervé Pagès [aut],
  Martin Morgan [aut]
Maintainer: Qian Liu <Qian.Liu@roswellpark.org>
Built: R 4.5.1; ; 2025-10-30 09:22:07 UTC; unix
