Reports the environment variables a package's declaration reads, and whether each is set in this session. Answers "do I have what I need" before a fetch rather than during one, without touching the network.
Arguments
- package
Declaring package. Ignored when
registryis supplied.- registry
A
registry()object, for standalone use.
Value
A data frame with one row per declared variable: package, host,
scheme, variable, set and register. Empty when nothing is declared.