@eagleoutice/flowr - v2.10.1
    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)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerLoadingOrderDescriptionFilePlugin
    Index

    Constructors

    Properties

    description: "This plugin determines loading order based on the Collate field in DESCRIPTION files." = 'This plugin determines loading order based on the Collate field in DESCRIPTION files.'

    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.

    Methods