Just pointing out that the r-universe installation method in the README currently fails because the package isn't in that r-universe.
options (repos = c(
ropenscireviewtools = "https://ropensci-review-tools.r-universe.dev",
CRAN = "https://cloud.r-project.org"
))
install.packages("orgmetricsDashboard")
#> Warning: package 'orgmetricsDashboard' is not available for this version of R
#>
#> A version of this package for your version of R might be available elsewhere,
#> see the ideas at
#> https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Created on 2026-02-27 with reprex v2.1.1
Just pointing out that the r-universe installation method in the README currently fails because the package isn't in that r-universe.
Created on 2026-02-27 with reprex v2.1.1