Adds `shiny`, `DT`, `attempt`, `glue`, `golem`, `htmltools` to dependencies
Adds a test folder and copy the golem tests
use_recommended_dep(pkg = ".", recommended = c("shiny", "DT",
"attempt", "glue", "htmltools", "golem"))use_recommended_tests(pkg = ".")
Path to the root of the package. Default is `"."`.
A vector of recommended packages.