View source: R/github_commits.R
get_github_commits_repos | R Documentation |
Get Github Commits for Multiple Repos
get_github_commits_repos(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 <- kwb.pkgstatus::get_github_repos(github_token = Sys.getenv("GITHUB_PAT"))
#repos <- repos$full_name
repos <- paste0("kwb-r/", c("aquanes.report", "kwb.ml", "kwb.utils"))
pkgs_commits <- pkgmeta::get_github_commits_repos(repos)
head(pkgs_commits)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.