foghorn v1.0.0
v1.0.0
API changes
check_cran_results()
andshow_cran_results()
are deprecated in favor of
cran_results()
andsummary_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
tosummary()
method forcran_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.