File an issue in the GitHub pkgcheck repo on any packages which fail checks

file_pkgcheck_issue(
  repourl = NULL,
  repo = "ropensci-review-tools/pkgcheck",
  issue_id = NULL
)

Arguments

repourl

The URL for the repo being checked.

repo

The 'context.repo' parameter defining the repository from which the command was invoked, passed in 'org/repo' format.

issue_id

The id (number) of the issue from which the command was invoked.

Note

Exported only for access by plumber; not intended for general external usage.

See also

Other github: dl_gh_repo(), post_to_issue()