Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 319 Bytes

object_usage_linter.md

File metadata and controls

11 lines (6 loc) · 319 Bytes

Pattern: Improper object usage

Issue: -

Description

Checks that closures have the proper usage using codetools::checkUsage(). Note: this runs base::eval() on the code, so do not use with untrusted code.

Further Reading