A named list of packages names, where each value is a vector of packages already loading the corresponding package.
Details
Certain packages have a direct dependency on other packages. In that case it is unnecessary to attach the latter packages.
This function finds those packages and returns them in a named list. For each named item, the name is imported by the value in the list.