Skip to content

foghorn v1.0.0

Compare
Choose a tag to compare
@fmichonneau fmichonneau released this 05 Dec 22:44
6f7760f

v1.0.0

API changes

  • check_cran_results() and show_cran_results() are deprecated in favor of
    cran_results() and summary_cran_details() respectively.

New features

  • Add initial support for https://cranchecks.info as a data source (not
    exported/tested at this stage).

  • Take into consideration issues other than memtest when parsing the HTML CRAN
    check page.

  • Add argument print_ok to summary() method for cran_results that can
    optionally print an "all clear" message when all CRAN checks return "OK" for a
    package.

  • A progress bar is displayed when the RDS files are being downloaded from CRAN
    if the progress package is installed
    (#17).

  • The version number of the packages are displayed in cran_details().

  • All the functions return tibbles, with column names in lower case.

Bugs fixed

  • Fix bug #14 reported by @hadley, no issues are now represented as 0 instead of
    NA.

  • Fix bug that would display a number instead of the package name in some
    situations.