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

Adding Travis-CI and pkgdown site #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

gzt
Copy link

@gzt gzt commented Nov 20, 2019

This pull request does the updates to the local packages files necessary to fix #23 and fix #24 however it does require some additional work of this workflow: CaRdiffR would need to turn on travis-ci (you can do this at https://travis-ci.org/profile/CaRdiffR), enable the gh-pages branch on github, and then allow travis to push to github.

You can do much of that by running the following commands in R:
usethis::use_travis()
usethis::use_pkgdown_travis()

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.

Add pkgdown site Add continuous integration to make sure package passes R CMD check (GitHub actions?)
1 participant