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

    This is the base class for all plugins that identify package and dependency versions used in the project. These plugins interplay with the FlowrAnalyzerDependenciesContext to gather information about the packages used in the project. See DefaultFlowrAnalyzerPackageVersionsPlugin for the no-op default implementation.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerPackageVersionsNamespaceFilePlugin
    Index

    Constructors

    Properties

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

    A short description of what the plugin does.

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