-
Notifications
You must be signed in to change notification settings - Fork 85
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
use GitLab #69
Comments
Yes, sure, that would be great to have. The current plan is to wait until the usethis package has functions to work with GitLab, and then update rrtools with that option. It does seem to be on their list of things to do: r-lib/usethis#225 There is a gitlabr pkg which may be relevant, but I haven't tried it at all. In the meantime, my suggestion to integrate rrtools with GitLab would be to use git commit/push/pull from the terminal in RStudio (rather than the R code functions from usethis), and set the git repository URL to your gitlab repo rather than your github repo. The main difference at the setup will be to skip But maybe @nevrome and @MartinHinz have some better suggestions about this? |
Ah, great, that's easy enough. I prefer to use an external git client ( |
Are there any plans to enable users to use GitLab and its CI service instead of GitHub and Travis/CircleCI? That would be fantastic as one could use (unlimited) private repositories.
If you don't plan on extending the package, do you have suggestions on how one could integrate GitLab plus CI into the
rrtools
workflow? Thanks!The text was updated successfully, but these errors were encountered: