A Consistent and Intuitive Platform to Explore the Dependencies of Packages on the Comprehensive R Archive Network Like Repositories
make_neighborhood_graph
neighborhood_graph
packmeta
pkggraph
plot a pkggraph object
plotd3
relies
reverse_relies
deptable
get_all_dependencies
get_all_reverse_dependencies
get_depends
get_enhances
get_imports
get_linkingto
get_neighborhood
get_reverse_depends
get_reverse_enhances
get_reverse_imports
get_reverse_linkingto
get_reverse_suggests
get_suggests
Check depends
Check enhances
Check imports
Check linkingto
Check relies
Check suggests
init
Interactively explore various dependencies of a package(s) (on the Comprehensive R Archive Network Like repositories) and perform analysis using tidy philosophy. Most of the functions return a 'tibble' object (enhancement of 'dataframe') which can be used for further analysis. The package offers functions to produce 'network' and 'igraph' dependency graphs. The 'plot' method produces a static plot based on 'ggnetwork' and 'plotd3' function produces an interactive D3 plot based on 'networkD3'.