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

    Extracts the project metadata and the declared dependencies from the rproject.toml of an rv project. The name is contributed without a namespace: an rv project is no package, so a::b must not resolve against it.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerMetaRProjectFilePlugin
    Index

    Constructors

    Properties

    description: "Extracts project meta information and dependencies from an rproject.toml." = 'Extracts project meta information and dependencies from an rproject.toml.'

    A short description of what the plugin does.

    name: "flowr-analyzer-meta-rproject-file-plugin" = 'flowr-analyzer-meta-rproject-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