Package: pkgnet Type: Package Title: Get Network Representation of an R Package Version: 0.6.0.9999 Authors@R: c( person("Brian", "Burns", email = "brian.burns.opensource@gmail.com", role = c("aut", "cre")), person("James", "Lamb", email = "jaylamb20@gmail.com", role = c("aut")), person("Jay", "Qi", email = "jayqi.opensource@gmail.com", role = c("aut")) ) Maintainer: Brian Burns Description: 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. Imports: assertthat, covr, data.table, DT, glue, igraph(>= 2.1), knitr, magrittr, methods, R6, rlang, rmarkdown(>= 1.9), tools, visNetwork Suggests: ggplot2, pkgdown, testthat, webshot, withr License: BSD_3_clause + file LICENSE URL: https://github.com/uptake/pkgnet, https://uptake.github.io/pkgnet/ BugReports: https://github.com/uptake/pkgnet/issues RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libglpk-dev make libuv1-dev libxml2-dev libssl-dev Repository: https://kwb-r.r-universe.dev Date/Publication: 2026-04-25 02:24:58 UTC RemoteUrl: https://github.com/uptake/pkgnet RemoteRef: HEAD RemoteSha: 444f69231e1a59bdb7b2763c3326bc3fb7cccfc1 NeedsCompilation: no Packaged: 2026-06-24 14:33:11 UTC; root Author: Brian Burns [aut, cre], James Lamb [aut], Jay Qi [aut]