The function .require.package
is called by internal code. It will
attach the package to the search path (with a warning) only if the
compatibility configuration attach_internal_libraries
is set to
TRUE
. Normally, packages used for loading data are not
needed on the search path, but not loading them might break existing code.
In a forthcoming version this compatibility setting will be removed,
and no packages will be attached to the search path by internal code.