Package: deepdep 0.4.2

deepdep: Visualise and Explore the Deep Dependencies of R Packages

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 <http://crandb.r-pkg.org> and Bioconductor metadata <http://bioconductor.org>. 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.

Authors:Dominik Rafacz [aut, cre], Hubert Baniecki [aut], Szymon Maksymiuk [aut], Laura Bakala [aut], Dirk Eddelbuettel [ctb]

deepdep_0.4.2.tar.gz
deepdep_0.4.2.zip(r-4.5)deepdep_0.4.2.zip(r-4.4)deepdep_0.4.2.zip(r-4.3)
deepdep_0.4.2.tgz(r-4.4-any)deepdep_0.4.2.tgz(r-4.3-any)
deepdep_0.4.2.tar.gz(r-4.5-noble)deepdep_0.4.2.tar.gz(r-4.4-noble)
deepdep_0.4.2.tgz(r-4.4-emscripten)deepdep_0.4.2.tgz(r-4.3-emscripten)
deepdep.pdf |deepdep.html
deepdep/json (API)
NEWS

# Install 'deepdep' in R:
install.packages('deepdep', repos = c('https://dominikrafacz.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/dominikrafacz/deepdep/issues

On CRAN:

dependenciesplotvisualization

8 exports 72 stars 3.71 score 9 dependencies 90 scripts 394 downloads

Last updated 2 years agofrom:df6678e07c. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 19 2024
R-4.5-winOKAug 19 2024
R-4.5-linuxOKAug 19 2024
R-4.4-winOKAug 19 2024
R-4.4-macOKAug 19 2024
R-4.3-winOKAug 19 2024
R-4.3-macOKAug 19 2024

Exports:deepdepdeepdep_shinyget_available_packagesget_dependenciesget_descriptionget_downloadsplot_dependenciesplot_downloads

Dependencies:askpasscranlogscurlhttrjsonlitemimeopensslR6sys

Comparison of deepdep to similar packages

Rendered fromdeepdep-comparison.Rmdusingknitr::rmarkdownon Aug 19 2024.

Last update: 2023-02-20
Started: 2019-11-14

deepdep package

Rendered fromdeepdep-package.Rmdusingknitr::rmarkdownon Aug 19 2024.

Last update: 2023-02-20
Started: 2019-11-14

Readme and manuals

Help Manual

Help pageTopics
Acquire the dependencies of the package on any depth leveldeepdep
Run Shiny appdeepdep_shiny
Get the list of available packagesget_available_packages
Acquire the dependencies of the packageget_dependencies
Scrap the DESCRIPTION file and CRAN metadata of the packageget_description
Scrap the download data of the packageget_downloads
Main plot function for a 'deepdep' objectplot_dependencies plot_dependencies.character plot_dependencies.deepdep plot_dependencies.default
Plot download count of CRAN packages.plot_downloads plot_downloads.character plot_downloads.deepdep plot_downloads.default plot_downloads.package_dependencies plot_downloads.package_downloads
Print function for an object of 'available_packages' classprint.available_packages
Print function for an object of 'deepdep' classprint.deepdep
Print function for an object of 'package_dependencies' classprint.package_dependencies
Print function for an object of 'package_description' classprint.package_description
Print function for an object of 'package_downloads' classprint.package_downloads