require2: Loading Packages (and Installing them if they are missing)
Description
require2 load add-on packages by passing it to require.
However, if the package is not available on the system, it will first install it (through install.packages),
and only then try to load it again.