pachadotdev / analogsea

Digital Ocean R client
https://pacha.dev/analogsea/
Apache License 2.0
154 stars 24 forks source link

delete_image by image name does not work #67

Closed behrica closed 9 years ago

behrica commented 9 years ago

It does work for droplets.

The implementation of as.image() looks wrong:

as.image.character <- function(x) image(x)

# For droplets:

as.droplet.character <- function(x) droplets()[[x]]