Check that closures have the proper usage using codetools::checkUsage()
.
Note that this runs base::eval()
on the code, so do not use with untrusted code.
object_usage_linter(interpret_glue = TRUE)
If TRUE, interpret glue::glue()
calls to avoid false positives caused by local variables
which are only used in a glue expression.
correctness, default, executing, readability, style
linters for a complete list of linters available in lintr.