Package: DFplyr
Title: A `DataFrame` (`S4Vectors`) backend for `dplyr`
Version: 1.4.0
Authors@R: c(person("Jonathan", "Carroll", 
    email = "rpkg@jcarroll.com.au", 
    role = c("aut", "cre"), 
    comment = c(ORCID = "0000-0002-1404-5264")),
    person("Pierre-Paul", "Axisa", role=c("ctb")))
Description: Provides `dplyr` verbs (`mutate`, `select`, `filter`, etc...) 
    supporting `S4Vectors::DataFrame` objects. Importantly, this is achieved 
    without conversion to an intermediate `tibble`. Adds grouping 
    infrastructure to `DataFrame` which is respected by the transformation 
    verbs.
biocViews: DataRepresentation, Infrastructure, Software
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/jonocarroll/DFplyr
BugReports: https://github.com/jonocarroll/DFplyr/issues
Depends: R (>= 4.1.0), dplyr
Imports: BiocGenerics, methods, rlang, S4Vectors, tidyselect
Suggests: BiocStyle, GenomeInfoDb, GenomicRanges, IRanges, knitr,
        rmarkdown, sessioninfo, testthat (>= 3.0.0), tibble
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
git_url: https://git.bioconductor.org/packages/DFplyr
git_branch: RELEASE_3_22
git_last_commit: 3ff628e
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 03:36:38 UTC; biocbuild
Author: Jonathan Carroll [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-1404-5264>),
  Pierre-Paul Axisa [ctb]
Maintainer: Jonathan Carroll <rpkg@jcarroll.com.au>
