The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
pkggraph
The package pkggraph
is meant to interactively explore various dependencies of a package(s)
(on CRAN 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
.
install.packages("pkggraph")
See the vignette on the CRAN page for more details.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.