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

    Resolves library(pkg) / use(pkg, fn) from precomputed flowr-sigdb databases via the PackageSignatureSource contract. For an R-core package it picks the version shipped with the assumed R release (solver.sigdb.assumedRVersion), so library(stats) attaches that release's exports. Plain-file sources load lazily; a .br or manifest source is mounted by preload. On by default.

    Hierarchy (View Summary)

    Index
    description: "Resolves library exports (and versioned base R) from precomputed flowr-sigdb databases." = 'Resolves library exports (and versioned base R) from precomputed flowr-sigdb databases.'

    A short description of what the plugin does.

    name: "flowr-analyzer-package-versions-sigdb-plugin" = SigDbPluginName

    A unique, human-readable name of the plugin.

    type: DependencyIdentification = PluginType.DependencyIdentification

    The type of the plugin, determining when and for what purpose it is applied during the analysis.

    version: SemVer = ...

    The version of the plugin, ideally following semver.

    • Packages in the loaded sources (respecting self-package exclusion) that export name, most downloaded first, so whoever has to pick one (or show only a few) starts with the package a script most likely means. Backed by ExportIndex, a reverse index built once per source (and hence shared by every analyzer mounting the same bundle), so repeated hint lookups (e.g. from the undefined-symbol linter) do not re-scan every package. Self-package exclusion is applied here rather than baked into the index, which keeps the index analyzer-independent.

      Parameters

      • name: string

      Returns readonly string[]