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

    Tags a project's virtual-environment lockfiles (e.g. renv.lock, rv.lock) with the FileRole.VirtualEnv role, so the version plugins that read them (renv/rv) can look them up by role instead of scanning every project file.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerVirtualEnvFilePlugin
    Index

    Constructors

    Properties

    description: "This plugin marks virtual-environment lockfiles (renv.lock, rv.lock)." = 'This plugin marks virtual-environment lockfiles (renv.lock, rv.lock).'

    A short description of what the plugin does.

    name: "flowr-analyzer-virtualenv-files-plugin" = 'flowr-analyzer-virtualenv-files-plugin'

    A unique, human-readable name of the plugin.

    type: FileLoad = PluginType.FileLoad

    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