Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 396 Bytes

namespace_linter.md

File metadata and controls

13 lines (7 loc) · 396 Bytes

Pattern: Missing package/symbol in namespace call

Issue: -

Description

Checks for missing packages and symbols in namespace calls.

Note that using check_exports=TRUE or check_nonexports=TRUE will load packages used in user code so it could potentially change the global state.

Further Reading