Package: DFplyr Title: A `DataFrame` (`S4Vectors`) backend for `dplyr` Version: 1.7.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.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-04-28 13:03:59 UTC RemoteUrl: https://github.com/bioc/DFplyr RemoteRef: HEAD RemoteSha: 05a28e94a810a23e17e6a89f572e9beffaee9637 NeedsCompilation: no Packaged: 2026-07-03 13:43:35 UTC; root Author: Jonathan Carroll [aut, cre] (ORCID: ), Pierre-Paul Axisa [ctb] Maintainer: Jonathan Carroll