Closed pieterprovoost closed 4 years ago
This is a proposed fix for https://github.com/sckott/analogsea/issues/193
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.
ssh::scp_download()
droplet_execute()
.RData
https://github.com/sckott/analogsea/issues/193
thanks @pieterprovoost looks good to me
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, whiledroplet_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