foghorn 1.3.1 released
A new version of foghorn
(version 1.3.1) was just accepted on CRAN.
foghorn is an R package that allows you to:
- browse the results of the CRAN checks on your package (with
cran_results()andcran_details()); - check where your package stands when submitted to CRAN (with
cran_incoming()); - and starting with version 1.3.1, check whether your package is in the Win
builder queue (with
winbuilder_queue()).
The idea of inspecting the Win-builder queue was proposed by Kirill Müller.
If you would like to start using foghorn, check out the
vignette that
comes with the package.
Feedback and suggestions for foghorn are welcome!
Comments