The pattern to identify system data files, matched against the whole path.
ReadonlydescriptionA short description of what the plugin does.
ReadonlynameA unique, human-readable name of the plugin.
Protected ReadonlypatternReadonlytypeThe type of the plugin, determining when and for what purpose it is applied during the analysis.
ReadonlyversionThe version of the plugin, ideally following semver.
StaticdefaultReturns a default/dummy implementation to be used when no plugin of this type is registered or triggered.
Determine whether this plugin applies to the given file.
Processes the given file, assigning it the FileRole.Data role.
Run the plugin with the given context and arguments.
This plugin provides support for a package's system data, the objects R lazy-loads into the package namespace. It has to run before the FlowrAnalyzerRdaFilePlugin, which would otherwise claim the
.rda.See
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages