conig / revise

R package for writing revise and resubmits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: Replace errors with warnings or messages where possible

cjvanlissa opened this issue · comments

Errors stop the knitting process, even when that's not necessary (e.g., when a section id is misspelled). To prevent this, I suggest replacing erorrs with warnings and providing an informative message in the document.

get_revision errors can now globally be converted to warnings using:

options(revise_errors = FALSE)