Skip to content
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

Closed
wants to merge 9 commits into from
Closed

Conversation

keller-mark
Copy link
Owner

@keller-mark keller-mark commented Nov 21, 2024

Towards #95

- name: rcmdcheck as CRAN
run: |
rcmdcheck::rcmdcheck(
args = "--as-cran",
Copy link
Collaborator

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.

@dblodgett-usgs
Copy link
Collaborator

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

@keller-mark
Copy link
Owner Author

Ah yes that looks much simpler

@dblodgett-usgs
Copy link
Collaborator

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.

@keller-mark keller-mark closed this Dec 3, 2024
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