plumberDeploy::do_provision() - Error: Size is not available in this region

plumberDeploy::do_provision() - Error: Size is not available in this region

我正在尝试使用 plumberDeploy R 包在 DigitalOcean 上提供 Droplet。

我是运行:

mydrop <- plumberDeploy::do_provision()

然后回来:

THIS ACTION COSTS YOU MONEY!
Provisioning a new server for which you will get a bill from DigitalOcean.
Using default ssh keys: work_R_laptop
Error: Size is not available in this region.

有什么解决方法吗?

它可能不是大小问题的解决方案,但您可以将 droplet-id 或主机名指定为参数,因此我建议您从 DigitalOcean 访问面板和 运行:

id <- plumberDeploy::do_provision("your droplet hostname", example=FALSE).

然后它应该 运行 给定 droplet 的设置符合预期。