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)
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-10-29 15:32:58 UTC
RemoteUrl: https://github.com/bioc/DFplyr
RemoteRef: RELEASE_3_22
RemoteSha: 3ff628ecf8bc928efe570ee38ea54d1b7e7b83b4
NeedsCompilation: no
Packaged: 2025-11-16 07:30:31 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.5.2; ; 2025-11-16 07:31:59 UTC; windows
