ropensci-review-tools / roreviewapi

API endpoint for package reviews via ropensci-review-bot
https://docs.ropensci.org/roreviewapi
4 stars 1 forks source link

Ensure all packages are latest versions #26

Closed mpadge closed 2 years ago

mpadge commented 2 years ago

https://github.com/ropensci/software-review/issues/534 failed on package build because it was depending on another package which had only been updated on CRAN the day before. The bot service is only rebuilt weekly, so these kinds of issues may re-occur. Need to fix by implementing a function which compares available.packages() with installed.packages(), and update any direct dependencies which differ.