Package: tidyFlowCore
Type: Package
Title: tidyFlowCore: Bringing flowCore to the tidyverse
Version: 1.4.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: make libicu-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-10-29 15:30:26 UTC
RemoteUrl: https://github.com/bioc/tidyFlowCore
RemoteRef: RELEASE_3_22
RemoteSha: 1366b2845af6074da34792e69b45550c773e432a
NeedsCompilation: no
Packaged: 2025-11-11 18:07:41 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.5.2; ; 2025-11-11 18:14:21 UTC; windows
