mkearney / pkgverse

📦🔭🌠 Create your own universe of packages à la tidyverse
https://pkgverse.mikewk.com
Creative Commons Zero v1.0 Universal
121 stars 8 forks source link

save & use #5

Closed hrbrmstr closed 6 years ago

hrbrmstr commented 6 years ago

added parameters to the main function to allow for saving the pkg to a specified location and also to supply a bunch of usethis::use_ functions to call after the pkg structure is created.

hrbrmstr commented 6 years ago

just re-did https://github.com/hrbrmstr/tidyweb with pkgverse. it's dreamy!

mkearney commented 6 years ago

I made a commit right before seeing this, so the pull request was functionally merged here

I also added install_if = FALSE, which if set to TRUE installs uninstalled pkgs (which has come up multiple times myself while testing pkgverse).

hrbrmstr commented 6 years ago

also added some very necessary and spiffy sanity checks that my hack left out :-)