-
Notifications
You must be signed in to change notification settings - Fork 0
Consider deprecating this in favour of a pacta.usethis
package
#11
Comments
{usethis} typically does too much magic for my taste, so I'm not really sure what's possible... but sounds interesting. |
For flavor, some of the things we could wrap:
Could potentially wrap a lot of the tidyverse helpers, replace
None of these things are ground-breaking, but they would allow a utility to ensure we can stay somewhat self-consistent if we want to... Especially now that we have so many individual maintainers, it would be nice to have some standards that help us to not diverge completely. The benefit I see to this, over just having the template repo, is that the maintainer at the end of the day would decide if/ how/ when they want to use any of these, so @cjyetman if you would prefer not to use "magic side effect" functions, you could still just do everything manually. Then, the main question would be, who if anyone would find this useful, and is it enough appetite to warrant maintaining it? |
Soft 👍 (honestly I also just use |
An example |
I would be happy to use it if it exists but at the same time, I am not sure if the amount of time we would use it is worth the effort. And if having good practices around package maintenance is not enough here without a helper package. Maybe before we start developing it it would be useful to list all the potential candidates for |
usethis provides utility functions that allow easy (and consistent) development of R packages.
We may consider writing a wrapper package around this, to facilitate the building and deployment of RMI style R packages.
This could include, for example:
README
spkgdown
websitesTwo benefits of this approach:
pacta.r.packge
FYI. @cjyetman and @AlexAxthelm curious to hear your thoughts here
The text was updated successfully, but these errors were encountered: