Skip to content

Add r-ci GitHub Actions workflow - #14

Merged
TroyHernandez merged 1 commit into
mainfrom
ci/add-r-ci
Jul 27, 2026
Merged

Add r-ci GitHub Actions workflow#14
TroyHernandez merged 1 commit into
mainfrom
ci/add-r-ci

Conversation

@TroyHernandez

Copy link
Copy Markdown
Contributor

mx.client had no CI at all, so nothing checked the package on pull requests.

Runs on macOS and Ubuntu via r-ci with the RAPT backend, matching the setup used across the other packages. Every runtime dependency is on CRAN, so unlike some siblings this needs no manual GitHub-install step.

_R_CHECK_FORCE_SUGGESTS_ is false because mx.crypto is not on CRAN. Both test files that touch it already guard on requireNamespace("mx.crypto") and skip cleanly without it.

.Rbuildignore already excludes .github, so this adds no check NOTE. This PR is its own first run.

mx.client had no CI, so nothing checked the package on push or pull
request.

Runs on macOS and Ubuntu via r-ci with the RAPT backend. Every runtime
dependency is on CRAN, so no manual install step is needed.
_R_CHECK_FORCE_SUGGESTS_ is false because mx.crypto is not on CRAN; the
two test files that need it already guard on requireNamespace() and skip
cleanly without it.

.Rbuildignore already excludes .github, so this adds no check NOTE.
@TroyHernandez
TroyHernandez merged commit fb7ae95 into main Jul 27, 2026
2 checks passed
@TroyHernandez
TroyHernandez deleted the ci/add-r-ci branch July 27, 2026 02:34
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.

1 participant