evalq evaluates an R expression (the quoted form of its first
argument) in a specified environment.
NOTE: This man page is for the evalq wrapper defined in the
BiocGenerics package. See ?base::evalq for the
function defined in the base package. This wrapper correctly delegates
to the eval generic, rather than
base::eval.