ropensci-review-tools/pkgcheck

Test your package with {pkgcheck}.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 4–6scored Jul 6, 2026
Maintenance Recency
Maintainedlast commit Jan 27, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ropensci-review-tools/pkgcheck-action@77f0af25ae0abe89213b3749c663d6dd9f3a73fd # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
refThe ref to checkout and check. Set to empty string to skip checkout.yes${{ github.ref }}
post-to-issueShould the pkgcheck results be posted as an issue?yes${{ github.event_name != 'pull_request' }}
issue-titleName for the issue containing the pkgcheck results. Will be created or updated.yespkgcheck results - ${{ github.ref_name }}
summary-onlyOnly post the check summary to issue. Set to false to get the full results in the issue.yestrue
append-to-issueShould issue results be appended to existing issue, or posted in new issues.yestrue

no outputs