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 NOTE
s
The number of WARNING
s
The number of ERROR
s
A list of
The log entries for NOTE
s
The log entries for WARNING
s
The log entries for ERROR
s
Path to the log file.
Other maintenance functions:
check_archive()
,
check_codetags()
,
check_cyclomatic_complexity()
,
check_news()
,
check_usage()