Package: S4Cartographer
Type: Package
Title: Visualize S4 class inheritance across R/Bioconductor packages
Version: 0.99.3
Authors@R: c(
    person("Malte", "Thodberg",
  email = "maltethodberg@gmail.com",
  role = c("cre", "aut"),
  comment = c(ORCID = "0000-0001-6244-3841"))
  )
Description: S4 Object-Oriented Programming is fundamental to the Bioconductor 
    ecosystem, enabling modularity and code reuse across hundreds of packages. 
    However, the multi-layered inheritance structures within and between 
    packages can be difficult to navigate. S4Cartographer facilitates the 
    exploration of these relationships by visualizing S4 class hierarchies as 
    directed graphs. By representing classes as nodes and inheritance as edges, 
    it provides a clear overview of complex dependency networks.
URL: https://github.com/MalteThodberg/S4Cartographer
BugReports: https://github.com/MalteThodberg/S4Cartographer/issues
License: GPL (>= 3)
Encoding: UTF-8
Depends: methods
Imports: ggraph, tidygraph, igraph, ggplot2, checkmate, ggthemes,
        rlang, BiocBaseUtils, utils
RoxygenNote: 7.3.3
Suggests: BiocSingular, BiocStyle, Biostrings, clusterExperiment,
        DelayedArray, DESeq2, GenomicAlignments, GenomicFeatures,
        GenomicFiles, GenomicRanges, HDF5Array, InteractionSet,
        IRanges, knitr, MultiAssayExperiment, ResidualMatrix,
        rmarkdown, S4Vectors, ScaledMatrix, SingleCellExperiment,
        SpatialExperiment, SummarizedExperiment, TileDBArray, VCFArray,
        XVector
VignetteBuilder: knitr
biocViews: Software,Visualization,GraphAndNetwork
git_url: https://git.bioconductor.org/packages/S4Cartographer
git_branch: devel
git_last_commit: 1dcef92
git_last_commit_date: 2026-04-23
Repository: Bioconductor 3.24
Date/Publication: 2026-07-20
NeedsCompilation: no
Packaged: 2026-07-21 00:00:21 UTC; biocbuild
Author: Malte Thodberg [cre, aut] (ORCID:
    <https://orcid.org/0000-0001-6244-3841>)
Maintainer: Malte Thodberg <maltethodberg@gmail.com>
