Package: tidyprint
Title: Custom Print Methods for SummarizedExperiment
Version: 1.1.1
Depends: R (>= 4.4.0)
Authors@R: 
    c(
        person(
            "Chen", "Zhan",
            email = "zhanchen2603@icloud.com",
            role = "aut",
            comment = c(ORCID = "0000-0002-4794-8339")
        ),
        person(
            "Stefano", "Mangiola",
            email = "mangiolastefano@gmail.com",
            role = "cre",
            comment = c(ORCID = "0000-0001-7474-836X")
        )
    )
Description: Provides customised print methods for 'SummarizedExperiment' objects
    to enhance readability and usability within a tidy workflow. It offers
    consistent, tidyverse-aligned console displays, including alternative
    tibble abstractions for large genomic data to improve discoverability and
    interpretation. The package also includes unified, contextual messaging
    utilities intended for the 'tidyomics' ecosystem.
License: GPL-3
License_use_gpl3: file LICENSE
Encoding: UTF-8
Imports: magrittr, tidyr, tibble, dplyr, purrr, pillar, S4Vectors,
        stringr, cli, vctrs, SummarizedExperiment, methods, rlang,
        fansi, pkgconfig
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests: knitr, rmarkdown, BiocStyle, airway, pasilla, testthat (>=
        3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/tidyomics/tidyprint
BugReports: https://github.com/tidyomics/tidyprint/issues
biocViews: Software, Visualization, Infrastructure
git_url: https://git.bioconductor.org/packages/tidyprint
git_branch: devel
git_last_commit: dccb01a
git_last_commit_date: 2026-09-02
Repository: Bioconductor 3.24
Date/Publication: 2026-09-03
NeedsCompilation: no
Packaged: 2026-09-04 00:45:55 UTC; biocbuild
Author: Chen Zhan [aut] (ORCID: <https://orcid.org/0000-0002-4794-8339>),
  Stefano Mangiola [cre] (ORCID: <https://orcid.org/0000-0001-7474-836X>)
Maintainer: Stefano Mangiola <mangiolastefano@gmail.com>
