Package: tidyFlowCore
Type: Package
Title: tidyFlowCore: Bringing flowCore to the tidyverse
Version: 1.5.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
Repository: https://bioc.r-universe.dev
Date/Publication: 2025-10-29 15:30:26 UTC
RemoteUrl: https://github.com/bioc/tidyFlowCore
RemoteRef: HEAD
RemoteSha: 1848897355bfbfb433a1ffc47f87a97849e27a69
NeedsCompilation: no
Packaged: 2025-10-30 13:41:42 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; ; 2025-10-30 13:43:55 UTC; windows
