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

    This plugin extracts package versions from R DESCRIPTION files. It looks at the Depends and Imports fields to find package names and their version constraints.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerPackageVersionsDescriptionFilePlugin
    Index

    Constructors

    Properties

    description: "This plugin extracts package versions from R DESCRIPTION files." = 'This plugin extracts package versions from R DESCRIPTION files.'

    A short description of what the plugin does.

    name: "flowr-analyzer-package-version-description-file-plugin" = 'flowr-analyzer-package-version-description-file-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