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
Config/pak/sysreqs: zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-10-29 14:49:14 UTC
RemoteUrl: https://github.com/bioc/DelayedDataFrame
RemoteRef: RELEASE_3_22
RemoteSha: 27e048f5f89b0f79f08a33feee12c8225198f1a5
NeedsCompilation: no
Packaged: 2025-11-11 13:56:31 UTC; root
Author: Qian Liu [aut, cre],
  Hervé Pagès [aut],
  Martin Morgan [aut]
Maintainer: Qian Liu <Qian.Liu@roswellpark.org>
Built: R 4.5.2; ; 2025-11-11 14:02:29 UTC; windows
