Get Github R Packages
get_github_packages( group = "KWB-R", ignore_pkgs = NULL, non_r_packages = kwb.pkgstatus::get_non_r_packages(), github_token = Sys.getenv("GITHUB_PAT") )
group | default: "KWB-R" |
---|---|
ignore_pkgs | vector of pkg names that should be ignored to prevent problems with codemeta generation (e.g. "kwb.read" fails due to missing metadata on the license!) |
non_r_packages | vector with repos that are not R packages (default: kwb.pkgstatus::get_non_r_packages()) |
github_token | optionally a Github token in order to access private repositories (default: Sys.getenv("GITHUB_PAT")) |
data frame with R packages on Github