Individual session check functions that inspect the contents of the global environment and the names of attached non-package environments. Session checkers can produce errors, warnings, or messages if requested.
Details
This checker inspects the state of the global environment and takes action based
on the objects found there. When allow_globalenv_objects = NULL, variables
in the global environment will not trigger an action if the name starts with a dot.
For example, .Random.seed and .Last.value do not trigger actions by default.