Package: tidyFlowCore
Type: Package
Title: tidyFlowCore: Bringing flowCore to the tidyverse
Version: 1.6.0
Authors@R: 
    c(person(given = "Timothy",
             family = "Keyes",
             role = c("cre"),
             email = "tkeyes@stanford.edu", 
             comment = c(ORCID = "0000-0003-0423-9679")),
      person(given = "Kara", 
             family = "Davis", 
             role = c("rth", "own"),
             email = "kldavis@stanford.edu"), 
      person(given = "Garry", 
             family = "Nolan", 
             role = c("rth", "own"), 
             email = "gnolan@stanford.edu"))
Description: tidyFlowCore bridges the gap between flow cytometry
        analysis using the flowCore Bioconductor package and the tidy
        data principles advocated by the tidyverse. It provides a suite
        of dplyr-, ggplot2-, and tidyr-like verbs specifically designed
        for working with flowFrame and flowSet objects as if they were
        tibbles; however, your data remain flowCore data structures
        under this layer of abstraction. tidyFlowCore enables intuitive
        and streamlined analysis workflows that can leverage both the
        Bioconductor and tidyverse ecosystems for cytometry data.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/keyes-timothy/tidyFlowCore,
        https://keyes-timothy.github.io/tidyFlowCore/
BugReports: https://github.com/keyes-timothy/tidyFlowCore/issues
Depends: R (>= 4.3)
Imports: Biobase, dplyr, flowCore, ggplot2, methods, purrr, rlang,
        stats, stringr, tibble, tidyr
RoxygenNote: 7.3.1
Suggests: BiocStyle, HDCytoData, knitr, RefManageR, rmarkdown,
        sessioninfo, testthat (>= 3.0.0)
Config/testthat/edition: 3
biocViews: SingleCell, FlowCytometry, Infrastructure
VignetteBuilder: knitr
Config/pak/sysreqs: libicu-dev zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2026-04-28 13:03:11 UTC
RemoteUrl: https://github.com/bioc/tidyFlowCore
RemoteRef: RELEASE_3_23
RemoteSha: 19506c2541c70d5def194ba9376fa0ac4166ebc9
NeedsCompilation: no
Packaged: 2026-04-30 06:58:40 UTC; root
Author: Timothy Keyes [cre] (ORCID: <https://orcid.org/0000-0003-0423-9679>),
  Kara Davis [rth, own],
  Garry Nolan [rth, own]
Maintainer: Timothy Keyes <tkeyes@stanford.edu>
Built: R 4.6.0; ; 2026-04-30 07:09:51 UTC; windows
