The initial attempt was to use analogsea to create a droplet using do_provision, but it seems that the problem is that I just can't seem to get ssh working. I'm not sure if something is wrong with my DO account or something is wrong with my computer, but it definitely seems like everything in the manuals indicates it will be easy, and it just isn't working no matter what I try. I keep getting the error:
Error: Authentication with ssh server failed
Now, I've tried multiple keys, I've tried using all keys on my account. I've tried deleting down to one key and using that. I even tried on another computer. So I'm just not sure what else to try, and given the nature of the problem, I'm not sure how to give you something reproducible either.
library(analogsea)
library(plumber)
Sys.setenv(DO_PAT = myauthentication)
mydrop <- do_provision(name = "MyTestDroplet", region = "nyc3")