MarkEdmondson1234 / googleCloudRunner

Easy R scripts on Google Cloud Platform via Cloud Run, Cloud Build and Cloud Scheduler
https://code.markedmondson.me/googleCloudRunner/
Other
80 stars 25 forks source link

adding a quick check to see if that package exists #177

Closed muschellij2 closed 2 years ago

muschellij2 commented 2 years ago

This is a simple check/safeguard that won't fail if things are already moved. I shouldn't happen many times, but I ran into it once (particularly on rerunning of the same code). This is a benign check otherwise, but won't hurt.

MarkEdmondson1234 commented 2 years ago

I guess you mean folder exist not package, makes sense