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

    Drops the files an R Markdown document splices into itself (FlowrRMarkdownFile#includedFiles) from the loading order, as the including document already carries their content.

    This refines the orders the other loading-order plugins produced, so register it after them.

    Hierarchy (View Summary)

    Index
    description: "Drops files that another document includes from the loading order." = 'Drops files that another document includes from the loading order.'

    A short description of what the plugin does.

    name: "flowr-analyzer-loading-order-included-files-plugin" = 'flowr-analyzer-loading-order-included-files-plugin'

    A unique, human-readable name of the plugin.

    type: LoadingOrder = PluginType.LoadingOrder

    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.