Package: DFplyr
Title: A `DataFrame` (`S4Vectors`) backend for `dplyr`
Version: 1.3.0
Authors@R: person("Jonathan", "Carroll", 
    email = "rpkg@jcarroll.com.au", 
    role = c("aut", "cre"), 
    comment = c(ORCID = "0000-0002-1404-5264"))
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.2.3
URL: https://github.com/jonocarroll/DFplyr
BugReports: https://github.com/jonocarroll/DFplyr/issues
Depends: 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: devel
git_last_commit: 896e30a
git_last_commit_date: 2025-04-15
Repository: Bioconductor 3.22
Date/Publication: 2025-06-04
NeedsCompilation: no
Packaged: 2025-06-04 22:36:01 UTC; biocbuild
Author: Jonathan Carroll [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-1404-5264>)
Maintainer: Jonathan Carroll <rpkg@jcarroll.com.au>
Built: R 4.5.0; ; 2025-06-05 12:51:32 UTC; windows
