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.
pkgnet
is an R library designed for the analysis of R libraries! The goal of the package is to build a graph representation of a package and its dependencies to inform a variety of activities, including:
The core functionality of this package is the CreatePackageReport
function.
This package is now available from CRAN!
install.packages('pkgnet')
Try it out!
library(pkgnet)
result <- CreatePackageReport('ggplot2')
To report bugs, request features, or ask questions about the structure of the code, please open an issue.
If you’d like to contribute to the project, please open a pull request. PRs should follow the project’s contribution guidelines.
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.