-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add common R action #480
Add common R action #480
Conversation
probably doesn't make sense to add this without removing the existing R CMD checks |
.github/workflows/R.yml
Outdated
|
||
dev-r-cmd-check: | ||
name: R CMD Check (dev versions) | ||
uses: RMI-PACTA/actions/.github/workflows/R-CMD-check.yml@add-extra-repos-to-rcmdcheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This action still depends on a PR branch, please merge that branch first
Depends on RMI-PACTA/actions#90 |
This reverts commit 43a2822.
* Explicitly upgrade packages for dev checks * use cache-version to separate caches
* Use remotes, not repos
* Use fix branch of action * Revert "Use fix branch of action" This reverts commit 2977c30.
Note that with this PR, we're testing the HEAD (latest version of Note that when we are testing against the dev versions of the dependencies, it is for the RMI-PACTA packages only (for example, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Add standard R checking workflows from the RMI-PACTA/actions repo.
Relates to: