module
a string (or symbol) specifying the module to search for existance and readability in the current directory,
and if it cannot be found, searches for it in the list of directories specified by module.paths
and then through the set of paths with the module using a .R extension, if it was not originally
specified.
character.only
a logical value, defaulted to FALSE, that permits an unquoted name to be lrequire-d.
Set this to TRUE when passing a variable to lrequire, requiring a quoted string.
warn.not.found
a logical value, defaulted to TRUE, can be set to not display warning messages when
module is not found.