Packages that attach further packages from their .onAttach hook, which no package metadata records: their core
set sits in Imports, indistinguishable from the packages they merely use. Whoever loads one of them gets the
whole set on the search path, so library(tidyverse) has to resolve ggplot().
Depends is handled generally by attachedAlongside and hence not repeated here.
Packages that attach further packages from their
.onAttachhook, which no package metadata records: their core set sits inImports, indistinguishable from the packages they merely use. Whoever loads one of them gets the whole set on the search path, solibrary(tidyverse)has to resolveggplot().Dependsis handled generally by attachedAlongside and hence not repeated here.