lockedata / starters

R Package 📦 for initializing projects for various R activities :nut_and_bolt:
https://itsalocke.com/starters/
GNU General Public License v3.0
124 stars 16 forks source link

Re-use GitHub #56

Closed maelle closed 6 years ago

maelle commented 6 years ago

At the moment I removed the Travis and coverage activation parts because they depended on the project already using GitHub.

use_github() can't work on Windows yet because of git2r. I'll either wait for it to work on all OS, or re-write some Travis/coverage stuff, just copy pasting templates at creation, and browsing the right pages afterwards.

@stephlocke if you re-install pRojects now, you get less when creating a package, but this will be fixed soon, sorry about that.

maelle commented 6 years ago

Anyway I probably want to have a first step doing all the non internet stuff, and then a second function called ??? that would do the internet stuff

The Travis config file would already contain the coverage stuff, and the badge would be added by default. So probably not like the current usethis logic.