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 package versions from R
DESCRIPTION
files. It looks at theDepends
andImports
fields to find package names and their version constraints.