bcgov / bcgovr

An R package to automate set up and sharing of R projects in bcgov GitHub following bcgov guidelines
Apache License 2.0
34 stars 5 forks source link

Depend more on usethis package, including the create_from_github() #26

Closed stephhazlitt closed 6 years ago

stephhazlitt commented 6 years ago

I wonder about simplifying bcgovr to rely more on the usethis package, including a function that both opens a GH repo & clones the repo locally e.g. usethis::create_from_github. This is still a friction point for users, in my opinion. I know we are already using some elements of usethis under the hood, but I wonder if we could rely more on this maturing rstudio package and strip down bcgovr for delivery of only the bcgov-specific set-up tasks?

stephhazlitt commented 6 years ago

As we near the completion of implementing this enhancement, I wonder about adding a create_from_bcgov_github function? I think many users will open an origin in bcgov GitHub and then move to their machine to start a local?

ateucher commented 6 years ago

💯 I think it's the final piece in our current vision

stephhazlitt commented 6 years ago

And so we are done.