View source: R/github_package_versions.R
github_packages_versions | R Documentation |
Get Github Versions for Multiple Repos
github_packages_versions(repos, github_token = Sys.getenv("GITHUB_PAT"))
repos |
vector with full names of Github repos ("owner/repo_name", e.g. c("kwb-r/kwb.utils", "kwb-r/kwb.ml", "kwb-r/aquanes.report")) |
github_token |
default: Sys.getenv("GITHUB_PAT") |
data frame for all repos with releases
## Not run:
repos <- paste0("kwb-r/", c("aquanes.report", "kwb.ml", "kwb.utils")
pkgs_versions <- pkgmeta::github_packages_versions(repos)
head(pkgs_versions)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.