Creates a new instance of the greedy project discovery plugin.
the regex to trigger R source file discovery on (and hence analyze them as R files)
ReadonlydescriptionA short description of what the plugin does.
ReadonlynameA unique, human-readable name of the plugin.
ReadonlytypeThe 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.
Run the plugin with the given context and arguments.
The greedy discovery implementation: every file below the root becomes a RParseRequest (R and Rmd files) or a FlowrTextFile (the rest). This is what FlowrAnalyzerDefaultProjectDiscoveryPlugin falls back to in
fullmode.