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

    This plugin extracts loading order information from R DESCRIPTION files. It looks at the Collate field to determine the order in which files should be loaded. If no Collate field is present, it does nothing.

    Hierarchy (View Summary)

    Index
    description: "Orders the files by the Collate field of a DESCRIPTION file." = 'Orders the files by the Collate field of a DESCRIPTION file.'

    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: 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.