Check 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.
Arguments
- check_exports
Check if
symbol
is exported fromnamespace
innamespace::symbol
calls.- check_nonexports
Check if
symbol
exists innamespace
innamespace:::symbol
calls.
See also
linters for a complete list of linters available in lintr.