Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 274 Bytes

missing_package_linter.md

File metadata and controls

11 lines (6 loc) · 274 Bytes

Pattern: Missing package

Issue: -

Description

Check that no packages loaded by library(), require(), loadNamespace(), and requireNamespace() are missing.

Further Reading