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

    Marks R startup files: profiles (.Rprofile, Rprofile.site) are R source, so they get FileRole.Startup and FileRole.Source; environment files (.Renviron, Renviron.site) hold KEY=value definitions rather than R code, so they only get FileRole.Environment. The FlowrAnalyzerLoadingOrderRprofilePlugin moves the profile files to the front of the loading order.

    Hierarchy (View Summary)

    Index
    description: "Marks R startup files (.Rprofile, Rprofile.site, .Renviron, Renviron.site)." = 'Marks R startup files (.Rprofile, Rprofile.site, .Renviron, Renviron.site).'

    A short description of what the plugin does.

    name: "flowr-analyzer-rprofile-file-plugin" = 'flowr-analyzer-rprofile-file-plugin'

    A unique, human-readable name of the plugin.

    type: FileLoad = PluginType.FileLoad

    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.