When using bookdown::publish_book() to republish a book I get a prompt in the console:
Update application currently deployed at https://bookdown.org/..../..../? [Y/n]
How can I turn that prompt off?
I need to turn it off since the book should be republished on a regular basis from a script run automatically on an R server. In one of the underlying functions rsconnect::deployApp() I found the option "getOption("rsconnect.force.update.apps", TRUE)" but I can't/don't know how to access that from the publish_book() function.
Thanks!