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 Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libglpk-dev libicu-dev libxml2-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-23 13:04:17 UTC RemoteUrl: https://github.com/bioc/S4Cartographer RemoteRef: HEAD RemoteSha: 1dcef92561b22573b7f82ba5cb5bbda6541ea140 NeedsCompilation: no Packaged: 2026-07-22 10:50:27 UTC; root Author: Malte Thodberg [cre, aut] (ORCID: ) Maintainer: Malte Thodberg