flowR is a sophisticated static analysis framework for the R programming language.
It helps developers and researchers understand existing R code by analysing how values, calls, and control move through a script, making it useful for program comprehension, debugging, and inspection of real-world R sources.
This is free and open source software.
Key Features
- Performs static dataflow analysis for R programs.
- Generates call graphs together with data-flow and control-flow graphs.
- Includes code linting to flag common issues and potential bugs.
- Supports program slicing to reduce a script to the statements relevant to a chosen point of interest.
- Provides a REPL and query interface for exploring analysis results interactively.
- Works with Visual Studio Code, Positron, RStudio, Docker, an R package, and an npm package.
Website: github.com/flowr-analysis/flowr
Support:
Developer: flowr
License: GNU General Public License v3.0
flowR is written in TypeScript. Learn TypeScript with our recommended free books and free tutorials.
Related Software
| R Linters | |
|---|---|
| lintr | Provides static code analysis for R |
| jarl | Fast linter for R |
| flir | Parse and rewrite R code |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

