usethis
usethis copied to clipboard
`create_from_github()` tweaks
- Don't need to force RStudio project creation if in positron
- Make it easier to install the dev dependencies
The second bullet is the most important here — I realised that 100% of the time I call create_from_github() the next function I call is pak::pak() in order to be able to actually run the tests. I think this is probably generally true, and installing a few extra packages shouldn't be harmful.
I'm finding the auto-install super helpful as I work through the testthat revdeps.