Skip to contents

Get Github Versions for One Repo

Usage

github_package_versions(repo, github_token = Sys.getenv("GITHUB_PAT"))

Arguments

repo

full name of Github repo ("owner/repo_name", e.g. "kwb-r/kwb.utils")

github_token

default: Sys.getenv("GITHUB_PAT")

Value

data frame

Examples

if (FALSE) {
pkg_versions <- pkgmeta::github_package_versions("kwb-r/kwb.utils")
head(pkg_versions)
}