Deploying plumber API with plumberDeploy() to digitalocean

Trying to deploy plumber api to digital ocean on rstudio and i get stuck at the point quoted below. How do i get past it as RStudio does not let me select an option on the console?

"Configuration file '/etc/systemd/resolved.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** resolved.conf (Y/I/N/O/D/Z) [default=N] ?"

What code are you running?

This is the line of code:

"id <- plumberDeploy::do_provision(example = FALSE, region = "lon1")"

I was able to reproduce, I would need to modify plumberDeploy as it seems relate to an apt update command.

Thank you, looking forward to the update.

Fixed with https://github.com/meztez/plumberDeploy/pull/21

It works, thank you very much. I appreciate the assistance and the work you have done on the package

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.