@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Variable MetaPackageCoresConst

    MetaPackageCores: ReadonlyMap<string, readonly string[]> = ...

    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.