You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of cran_results() and summary_cran_results() can now include
the deadline fixed by CRAN. This deadline is the date by which requested
changes need to be implemented before the package gets archived. To see any
deadline that might have been set by CRAN Maintainers, add ("deadline") as
one of the values to the show argument. The value of the show argument
can also be controled by the local option foghorn_columns.
The cran_results() function gains the max_requests argument that limits
the number of requests that are performed against the CRAN website in a single
query.
Bug fixes
Packages that only have "other issues" will no longer show "All clear" in the
summary output.
Other changes
The {crayon} package has been replaced with cli for styling the output.
The {clisymbols} package has been replaced with cli for the symbols
displayed in the output. (#60, reported by @olivroy)
When using the CRAN database as a data source, functions will error if the
email address specified is invalid. This behavior is consistent with what
happens when using the CRAN website as a data source.