# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "pkgnet" in publications use:' type: software license: BSD-3-Clause title: 'pkgnet: Get Network Representation of an R Package' version: 0.6.0.9999 doi: 10.32614/CRAN.package.pkgnet abstract: Tools from the domain of graph theory can be used to quantify the complexity and vulnerability to failure of a software package. That is the guiding philosophy of this package. 'pkgnet' provides tools to analyze the dependencies between functions in an R package and between its imported packages. See the pkgnet website for vignettes and other supplementary information. authors: - family-names: Burns given-names: Brian email: brian.burns.opensource@gmail.com - family-names: Lamb given-names: James email: jaylamb20@gmail.com - family-names: Qi given-names: Jay email: jayqi.opensource@gmail.com repository: https://kwb-r.r-universe.dev repository-code: https://github.com/uptake/pkgnet commit: 444f69231e1a59bdb7b2763c3326bc3fb7cccfc1 url: https://uptake.github.io/pkgnet/ date-released: '2026-04-25' contact: - family-names: Burns given-names: Brian email: brian.burns.opensource@gmail.com