Package: DFplyr
Title: A `DataFrame` (`S4Vectors`) backend for `dplyr`
Version: 1.5.2
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.3
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)
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-02-15 06:41:28 UTC
RemoteUrl: https://github.com/bioc/DFplyr
RemoteRef: HEAD
RemoteSha: bc6a1bd533a6a3d4adc3a6f53fa712ac8c7b12e5
NeedsCompilation: no
Packaged: 2026-02-16 06:09:18 UTC; root
Author: Jonathan Carroll [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-1404-5264>),
  Pierre-Paul Axisa [ctb]
Maintainer: Jonathan Carroll <rpkg@jcarroll.com.au>
Built: R 4.6.0; ; 2026-02-16 06:10:26 UTC; windows
