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

Add rworkflows #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add rworkflows #12

wants to merge 2 commits into from

Conversation

bschilder
Copy link
Contributor

A shameless plug for my new R-package dedicated GitHub Action, rworkflows. It basically streamlines all the checking, website creation, and even adds GH-native containerisation (without any manual steps).

The way it creates documentation website is by running pkgdown::build_site() each time the workflow is triggered (i.e. whenver you make a push), and pushing it to a new branch called "gh-pages". This means you don't need to store the "docs" folder in the main branch anymore (or run manual updates).

I also added some things peripherally related to rworkflows:

  • Added some lines to the .Rbuildignore to avoid common pitfalls with GHA.
  • Added some badges to display the current status of the rworkflows GHA, and show off your impressive code coverage (currently at 93%+!).

Let me know if you have any questions or requests for further tweaks.

@bschilder
Copy link
Contributor Author

All checks are passing now, except for the ubuntu-latest, but that's a GH permissions thing. Should resolve itself if the PR is merged.

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.

None yet

1 participant