| get_check_status | R Documentation |
Searches a typical R CMD check like ‘xxx.Rcheck/00check.log’
for Errors, Warnings and Notes.
get_check_status(path)
path |
Path to the log file. |
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
Other maintenance functions:
check_archive(),
check_codetags(),
check_cyclomatic_complexity(),
check_news(),
check_usage()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.