MarkEdmondson1234 / googleCloudRunner

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

Unable to install dev version due to typo in DESCRIPTION file #127

Closed smach closed 3 years ago

smach commented 3 years ago

FYI running this

remotes::install_github("MarkEdmondson1234/googleCloudRunner")

Generates this error:

Error: Failed to install 'googleCloudRunner' from GitHub:
  Missing commas separating Remotes: 'MarkEdmondson1234/googleAuthR
  r-lib/gargle'

Possibly a missing comma in the DESCRIPTION file here?

Remotes:
  MarkEdmondson1234/googleAuthR
  r-lib/gargle

(At work so can't really fork the repo to test and do a pull request right now, sorry)

MarkEdmondson1234 commented 3 years ago

Woops! And its even patched in https://github.com/MarkEdmondson1234/googleCloudRunner/pull/125 but I hadn't merged, so its merged now. Thanks for heads up.