require.nowarnings returns (invisibly) TRUE if it succeeds, otherwise FALSE
Arguments
package
The name of a package, given as a character string.
lib.loc
a character vector describing the location of R library trees
to search through, or NULL. The default value of NULL
corresponds to all libraries currently known to .libPaths().
Non-existent library trees are silently ignored.
character.only
a logical indicating whether package can be
assumed to be a character string.