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
NeedsCompilation: no
Packaged: 2026-04-23 13:06:46 UTC; pkgbuild
Author: Malte Thodberg [cre, aut] (ORCID:
    <https://orcid.org/0000-0001-6244-3841>)
Maintainer: Malte Thodberg <maltethodberg@gmail.com>
