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

    Moves the R startup profiles (FileRole.Startup, tagged by FlowrAnalyzerRprofileFilePlugin) to the front of the loading order, as R evaluates them before any project code.

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

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerLoadingOrderRprofilePlugin
    Index

    Constructors

    Properties

    description: "Loads the R startup profiles (.Rprofile, Rprofile.site) before any project code." = 'Loads the R startup profiles (.Rprofile, Rprofile.site) before any project code.'

    A short description of what the plugin does.

    name: "flowr-analyzer-loading-order-rprofile-plugin" = 'flowr-analyzer-loading-order-rprofile-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