Example application or steps to reproduce the problem
> plumberDeploy::do_provision(208122338)
2 C:\Users\Mislav\AppData\Local\Temp\RtmpAxwDTv/NFzooWLIwU WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... ca-certificates is already the newest version (20190110~18.04.1). dirmngr is already the newest version (2.2.4-1ubuntu1.2). gnupg is already the newest version (2.2.4-1ubuntu1.2). software-properties-common is already the newest version (0.96.24.32.14). The following package was automatically installed and is no longer required: grub-pc-bin Use 'apt autoremove' to remove it. The following NEW packages will be installed: apt-transport-https 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded. Need to get 1692 B of archives. After this operation, 153 kB of additional disk space will be used. Do you want to continue? [Y/n]
--
Y y y
Describe the problem in detail
I am new to plumber. I have just tried to deploy sample script from plumber page on digital ocean. As requested on plumberDeploy page, I first tried to execute do_provision function. First I get some error at 15, it was connected with ssh. Then I remove pass from ssh and try again. Now it returns the above output and asks me do I want to continue, but I can't click Yes. If I type Y or y and click enter it just go to other line without executing anything. How can I confirm inside R studio?
EDIT
I have deleted the droplet, create a new one and try to execute the command plumberDeploy::do_provision(208129169) again. But this time it returns and error:
Error: Authentication with ssh server failed
But the function droplets() works as expected.
System details
Example application or steps to reproduce the problem
Describe the problem in detail
I am new to plumber. I have just tried to deploy sample script from plumber page on digital ocean. As requested on plumberDeploy page, I first tried to execute
do_provision
function. First I get some error at 15, it was connected with ssh. Then I remove pass from ssh and try again. Now it returns the above output and asks me do I want to continue, but I can't click Yes. If I type Y or y and click enter it just go to other line without executing anything. How can I confirm inside R studio?EDIT
I have deleted the droplet, create a new one and try to execute the command
plumberDeploy::do_provision(208129169)
again. But this time it returns and error:Error: Authentication with ssh server failed
But the functiondroplets()
works as expected.