ThinkR-open / checkhelper

A package to help deal with devtools::check outputs
https://thinkr-open.github.io/checkhelper/
Other
34 stars 4 forks source link

As a dev, \dontrun{} should only be used if the example really cannot be executed #72

Open ArthurData opened 1 year ago

ArthurData commented 1 year ago

Validation criteria

Technical

In .Rd change all \dontrun{} into \donttest{} and then devtools::run_examples() Run one by one and detect which one failed or not. If failed -> \dontrun{} if not maybe change for \donttest{}