golem icon indicating copy to clipboard operation
golem copied to clipboard

create_golem should advise to install dev_dependencies if there are not all here

Open ColinFay opened this issue 3 years ago • 1 comments

Validation

  • [ ] If I uninstall some dev dependencies and create a golem, a message is printed to the console advising to install them.

Dev - Tech

When launching the creation of a golem app, we should check for dev dependencies and suggest to install them if any is missing

  • [ ] In R/create_golem.R:
    • [ ] loop over the dev deps and check rlang::is_installed
    • [ ] if any is not true, print a message to the console

Estimated time

0h30

  • [ ] Add the estimate as a comment with /estimate
  • [ ] When I close the issue, I've written the time spent solving this issue, using /spent

ColinFay avatar Sep 02 '22 08:09 ColinFay

/estimate 30m

ColinFay avatar Sep 02 '22 08:09 ColinFay

Done in #966

ColinFay avatar Dec 23 '22 08:12 ColinFay