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
git_url: https://git.bioconductor.org/packages/tidyFlowCore
git_branch: RELEASE_3_22
git_last_commit: 1366b28
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 06:56:43 UTC; biocbuild
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>
