ropensci / piggyback

:package: for using large(r) data files on GitHub
https://docs.ropensci.org/piggyback
GNU General Public License v3.0
182 stars 26 forks source link

`pb_release_create`/`pb_new_release` should warn instead of error if release already exists #95

Closed tanho63 closed 1 year ago

tanho63 commented 1 year ago

It feels natural to have pb_release_create at the top of a script where the tag is automatically generated from something else, but the current behaviour of "abort if release already exists" discourages this usage.

I think it would be better if it returned invisible(releases[releases$tag_name == requested_tag]) along with a warning/message