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

Remove the ellipsis when calling createBasicProject #62

Closed maelle closed 6 years ago

maelle commented 6 years ago

and have the explicit arguments instead?

stephlocke commented 6 years ago

This means keeping a lot of stuff synced up - if usability gain is sufficiently high, I'd be happy for this to go ahead but it definitely has to be worth it.

maelle commented 6 years ago

I think it'd make the code easier to understand (cf #61 :wink:) so easier for contributors, and less risk of using an argument that doesn't exist, but I agree about maintenance... will think about it.

maelle commented 6 years ago

I'll be responsible for keeping stuff synced up @stephlocke 👼