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

    The greedy discovery implementation: every file below the root becomes a RParseRequest (R and Rmd files) or a FlowrTextFile (the rest). This is what FlowrAnalyzerDefaultProjectDiscoveryPlugin falls back to in full mode.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerFullProjectDiscoveryPlugin
    Index

    Constructors

    Properties

    description: "Collects every file below the project root (greedy discovery)." = 'Collects every file below the project root (greedy discovery).'

    A short description of what the plugin does.

    name: "full-project-discovery-plugin" = 'full-project-discovery-plugin'

    A unique, human-readable name of the plugin.

    type: ProjectDiscovery = PluginType.ProjectDiscovery

    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