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.
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()
withinstalled.packages()
, and update any direct dependencies which differ.