Data files, e.g., R/sysdata.rda, currently not specially supported.
The DESCRIPTION file in R packages, this is the only currently supported special file.
Signals separate license files, but please note, that DESCRIPTION files may contain license info too
The NAMESPACE file in R packages, currently not specially supported.
The NEWS file in R packages
Other special files that are not specifically supported by flowR but may be interesting for some analyses.
Catch-all for any file that provides usable R source code to incorporate into the analysis. Please note, that the loading order/inclusion and even potential relevance of these source files is determined by the loading order plugins (cf. PluginType.LoadingOrder) in the FlowrAnalyzerLoadingOrderContext.
Test source files, e.g., files in the tests/ folder
Vignette files, e.g., R Markdown files in the vignettes/ folder
Some files have a special meaning in R projects, e.g., the
DESCRIPTIONfile in R packages. This list may be extended in the future and reflects files that the FlowrAnalyzer can do something interesting with. If you add an interesting file that is only part of your plugin infrastructure, please use theotherrole.