Searches a typical R CMD check like xxx.Rcheck/00check.log
for Errors, Warnings and Notes.
get_check_status(path)A list :
A list of
The number of NOTEs
The number of WARNINGs
The number of ERRORs
A list of
The log entries for NOTEs
The log entries for WARNINGs
The log entries for ERRORs
Path to the log file.
Other maintenance functions:
check_archive(),
check_codetags(),
check_cyclomatic_complexity(),
check_news(),
check_usage()