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 continuous integration to make sure package passes R CMD check (GitHub actions?) #23

Open
hturner opened this issue Nov 15, 2019 · 1 comment · May be fixed by #33
Open

Add continuous integration to make sure package passes R CMD check (GitHub actions?) #23

hturner opened this issue Nov 15, 2019 · 1 comment · May be fixed by #33
Labels
testing task related to testing

Comments

@hturner
Copy link
Contributor

hturner commented Nov 15, 2019

We should use continuous integration to make sure that when changes are made the examples and vignette still work, the documentation is still in sync, etc.

Maybe we can do it using GitHub actions, e.g. the simple workflow suggested here: https://github.com/r-lib/actions/tree/master/examples#quickstart-ci-workflow

@hturner hturner added the testing task related to testing label Nov 15, 2019
@hturner
Copy link
Contributor Author

hturner commented Nov 15, 2019

Helper functions to use GitHub actions: https://usethis.r-lib.org/reference/github_actions.html

@gzt gzt linked a pull request Nov 20, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing task related to testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant