orgmetrics
Metrics for your GitHub organization, collated from applying accompanying
repometrics package
across all organization repositories, enhanced with additional
organization-level data. Live demonstration for the entire rOpenSci organization currently at
ropensci-review-tools.github.io/orgmetrics-ropensci/.
How?
Installation
First, install the package either via r-universe:
options (repos = c (
ropenscireviewtools = "https://ropensci-review-tools.r-universe.dev",
CRAN = "https://cloud.r-project.org"
))
install.packages ("orgmetrics")
or directly from GitHub with one of these two lines:
remotes::install_github ("ropensci-review-tools/orgmetrics")
pak::pkg_install ("ropensci-review-tools/orgmetrics")
Code of Conduct
Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Functions
- Clone or update all repositories defined in ‘packages.json’
- Collate and write the ‘package.json’ file for org
- Start quarto dashboard with results of
- Deploy a dashboard from an ‘r-universe’ “packages.json” file.
- Helper function to general a ‘orgmetrics-config.yaml’ file in an r-universe
- orgmetrics: Metrics for Your GitHub Organization