usethis icon indicating copy to clipboard operation
usethis copied to clipboard

`create_from_github()` tweaks

Open hadley opened this issue 2 months ago • 1 comments

  • 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.

hadley avatar Sep 29 '25 13:09 hadley

I'm finding the auto-install super helpful as I work through the testthat revdeps.

hadley avatar Sep 30 '25 14:09 hadley