Skip to content

ci: add automated R-CMD-check GitHub Actions workflow - #1

Merged
PALP31 merged 1 commit into
mainfrom
feat/ci-rcmdcheck
Aug 14, 2026
Merged

ci: add automated R-CMD-check GitHub Actions workflow#1
PALP31 merged 1 commit into
mainfrom
feat/ci-rcmdcheck

Conversation

@PALP31

@PALP31 PALP31 commented Aug 14, 2026

Copy link
Copy Markdown
Owner

Adds automated R-CMD-check CI testing across push and PRs using r-lib actions.

Copilot AI lite review requested due to automatic review settings August 14, 2026 20:55
@PALP31
PALP31 merged commit de6f9dd into main Aug 14, 2026
1 of 2 checks passed
@PALP31
PALP31 deleted the feat/ci-rcmdcheck branch August 14, 2026 20:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions CI workflow to automatically run R CMD check for this R package on pushes and pull requests, using the r-lib maintained actions.

Changes:

  • Introduces a new R-CMD-check workflow triggered on push, pull_request, and workflow_dispatch.
  • Sets up R, installs check-time dependencies, and runs check-r-package.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +14 to +16
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants