powered by
Parse R CMD check log
parse_inspection_log(log_path)
data.table
Path to the log file
tmp <- tempfile(fileext = ".log") writeLines(c( "* checking examples ... WARNING", " An example result is marked with \\donttest." ), tmp) parse_inspection_log(tmp) file.remove(tmp)
Run the code above in your browser using DataLab