Package: deepdep Title: Visualise and Explore the Deep Dependencies of R Packages Version: 0.4.4 Authors@R: c(person("Dominik", "Rafacz", email = "dominikrafacz@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0925-1909")), person("Hubert", "Baniecki", role = c("aut")), person("Szymon", "Maksymiuk", role = c("aut")), person("Laura", "Bakala", role = c("aut")), person("Dirk", "Eddelbuettel", role = c("ctb"))) Description: Provides tools for exploration of R package dependencies. The main deepdep() function allows to acquire deep dependencies of any package and plot them in an elegant way. It also adds some popularity measures for the packages e.g. in the form of download count through the 'cranlogs' package. Uses the CRAN metadata database and Bioconductor metadata . Other data acquire functions are: get_dependencies(), get_downloads() and get_description(). The deepdep_shiny() function runs shiny application that helps to produce a nice 'deepdep' plot. License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.2.3 Depends: R (>= 3.2.0) Imports: cranlogs, httr, jsonlite Suggests: BiocManager, covr, devtools, ggplot2, ggraph, graphlayouts, igraph, knitr, miniCRAN, plyr, rmarkdown, scales, shiny, shinycssloaders, spelling, stringi, testthat (>= 2.1.0), vcr VignetteBuilder: knitr URL: https://dominikrafacz.github.io/deepdep/, https://github.com/DominikRafacz/deepdep BugReports: https://github.com/DominikRafacz/deepdep/issues Language: en-GB Config/pak/sysreqs: libssl-dev Repository: https://dominikrafacz.r-universe.dev Date/Publication: 2025-08-24 17:09:31 UTC RemoteUrl: https://github.com/dominikrafacz/deepdep RemoteRef: HEAD RemoteSha: 0c52376abb63f5db2280edbea1ca2f9ca6490a69 NeedsCompilation: no Packaged: 2026-06-23 07:41:34 UTC; root Author: Dominik Rafacz [aut, cre] (ORCID: ), Hubert Baniecki [aut], Szymon Maksymiuk [aut], Laura Bakala [aut], Dirk Eddelbuettel [ctb] Maintainer: Dominik Rafacz