@eagleoutice/flowr - v2.13.1
    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)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerPackageVersionsSigDbPlugin
    Index

    Constructors

    Properties

    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.

    Methods