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

    Resolves library(pkg) / use(pkg, fn) from precomputed flowr-pkgdb databases: the one bundled with flowR plus any extra sources (constructor args or $FLOWR_PKGDB). Extra sources are consulted first, so they override the bundle; packages only in the bundle still resolve. Everything is loaded lazily on the first miss (never touched if a project uses no external packages). On by default; opt out via unregisterPlugins(PkgDbPluginName) or $FLOWR_DISABLE_DEFAULT_PKGDB.

    A source may be an http(s) URL to a downloadable summary; call preload once at the analyzer boundary to fetch it, so resolution falls through to it for packages not in the bundle.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerPackageVersionsPkgDbPlugin
    Index

    Constructors

    Properties

    description: "Resolves library exports from precomputed flowr-pkgdb databases." = 'Resolves library exports from precomputed flowr-pkgdb databases.'

    A short description of what the plugin does.

    name: "flowr-analyzer-package-versions-pkgdb-plugin" = PkgDbPluginName

    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.

    Methods