-
Notifications
You must be signed in to change notification settings - Fork 3
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
Run rcmdcheck as cran in CI #116
Conversation
- name: rcmdcheck as CRAN | ||
run: | | ||
rcmdcheck::rcmdcheck( | ||
args = "--as-cran", |
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.
--no-manual to avoid the pdftatex errors. Not sure we need to build the full manual.
In case you want to pull the plug and just use the community actions, this passes three OSes but doesn't do the pkgdown build. https://github.com/dblodgett-usgs/pizzarr/blob/main/.github/workflows/deploy.yml |
Ah yes that looks much simpler |
Lemme see if I can get it to work the same as the build here. Will open a PR if I can figure it out. |
Towards #95