Readonly
descriptionA short description of what the plugin does.
Readonly
nameA unique, human-readable name of the plugin.
Readonly
typeThe type of the plugin, determining when and for what purpose it is applied during the analysis.
Readonly
versionThe version of the plugin, ideally following semver.
Static
defaultReturns a default/dummy implementation to be used when no plugin of this type is registered or triggered.
Run the plugin with the given context and arguments.
This plugin extracts loading order information from R
DESCRIPTION
files. It looks at theCollate
field to determine the order in which files should be loaded. If noCollate
field is present, it does nothing.