Package: DelayedDataFrame
Title: Delayed operation on DataFrame using standard DataFrame metaphor
Version: 1.0.0
Authors@R: c(
    person(
        "Qian", "Liu", email = "Qian.Liu@roswellpark.org", role=c("aut", "cre")
    ),
    person("Hervé",  "Pagès", role = "ctb"),
    person("Martin", "Morgan", role = "ctb"))
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.19.12), 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: 6.1.1
Suggests: testthat, knitr, rmarkdown, 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_9
git_last_commit: a8ebae6
git_last_commit_date: 2019-05-02
Date/Publication: 2019-05-02
NeedsCompilation: no
Packaged: 2019-05-03 05:33:59 UTC; biocbuild
Author: Qian Liu [aut, cre],
  Hervé Pagès [ctb],
  Martin Morgan [ctb]
Maintainer: Qian Liu <Qian.Liu@roswellpark.org>
Built: R 3.6.0; ; 2019-05-03 13:11:34 UTC; windows
