knitr::opts_chunk$set( comment = "#>", tidy = FALSE, error = FALSE, fig.width = 8, fig.height = 8)
Collect Metrics about R Packages
This package is used to collect metrics about CRAN, BioConductor or other packages, for Valid-R.
remotes::install_github("mangothecat/packageMetrics2")
library(packageMetrics2)
See available metrics:
list_package_metrics()
Calculate metrics for a named package:
metrics <- package_metrics("plyr") head(metrics)
MIT © Mango Solutions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.