pachadotdev / analogsea

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

fix for https://github.com/sckott/analogsea/issues/193 #195

Closed pieterprovoost closed 4 years ago

pieterprovoost commented 4 years ago

This is a proposed fix for https://github.com/sckott/analogsea/issues/193

Description

It seems that ssh::scp_download() expects a directory to download files into, while droplet_execute() passes a temporary file. I made some changes so .RData is downloaded to a temporary directory and loaded from there.

Related Issue

https://github.com/sckott/analogsea/issues/193

sckott commented 4 years ago

thanks @pieterprovoost looks good to me