View source: R/github_package_versions.R
github_package_versions | R Documentation |
Get Github Versions for One Repo
github_package_versions(repo, github_token = Sys.getenv("GITHUB_PAT"))
repo |
full name of Github repo ("owner/repo_name", e.g. "kwb-r/kwb.utils") |
github_token |
default: Sys.getenv("GITHUB_PAT") |
data frame
## Not run:
pkg_versions <- pkgmeta::github_package_versions("kwb-r/kwb.utils")
head(pkg_versions)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.