# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "havel" in publications use:' type: software license: GPL-3.0-or-later title: 'havel: Visualize and Tabulate ''R'' Package Dependencies' version: 0.1.2.9000 doi: 10.32614/CRAN.package.havel abstract: Plot an 'R' package's recursive dependency graph and tabulate the number of unique downstream dependencies added by top-level dependencies. This helps 'R' package developers identify which of their declared dependencies add the most downstream dependencies in order to prioritize them for removal if needed. Uses graph stress minimization adapted from Schoch (2023) and originally reported in Gansner et al. (2004) . authors: - family-names: Ghazi given-names: Andrew email: andrew_ghazi@hms.harvard.edu repository: https://andrewghazi.r-universe.dev repository-code: https://github.com/andrewGhazi/havel commit: 433ed3b961e6d6d44cf87be03b668f00c1d1b1ec url: https://github.com/andrewGhazi/havel date-released: '2025-12-25' contact: - family-names: Ghazi given-names: Andrew email: andrew_ghazi@hms.harvard.edu