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

    Reads package (and R) versions from a pasted sessionInfo() output block within a source file (typically inside a comment). This is how R users record a reproducible environment, so when present it pins exact versions, just like a lockfile. Detection is conservative: we only act once we see the R version line and/or one of sessionInfo()'s package-listing headers, and additionally require at least one pkg_version token so unrelated text is not misread.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerPackageVersionsSessionInfoPlugin
    Index

    Constructors

    Properties

    description: "Extracts package and R versions from a pasted sessionInfo() output block." = 'Extracts package and R versions from a pasted sessionInfo() output block.'

    A short description of what the plugin does.

    name: "flowr-analyzer-package-versions-session-info-plugin" = 'flowr-analyzer-package-versions-session-info-plugin'

    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