insightsengineering / verdepcheck

An R package that tests your R package against the min/max versions of specified dependencies
https://insightsengineering.github.io/verdepcheck/
Other
6 stars 0 forks source link

Use `xyz@*release` instead of determining latest tag manually #39

Open pawelru opened 11 months ago

pawelru commented 11 months ago

After https://github.com/r-lib/pkgdepends/pull/321 got merged, we can use xyz@*release directly without manually determining the latest tag with GH api calls.