Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flowR, a slicer and dataflow analyzer for R #1655

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions data/tools/flowr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: flowR
categories:
- linter
tags:
- r
license: GPL-3
types:
- cli
- ide-plugin
source: 'https://github.com/flowr-analysis/flowr'
homepage: 'https://github.com/flowr-analysis/flowr'
description: >-
A [program slicer](https://github.com/flowr-analysis/flowr/wiki/Terminology#program-slice) and [dataflow analyzer](https://en.wikipedia.org/wiki/Data-flow_analysis) for the [R](https://www.r-project.org/) programming language.
Its slicer allows you to reduce a complicated program just to the parts related for a specific task (e.g., the generation of a single or collection of plots, a significance test, ...). The dataflow analysis
provides you with a detailed view on the semantics of the R code which can greatly improve other analyses.
To use _flowR_, check out the [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=code-inspect.vscode-flowr), the [RStudio Addin](https://github.com/flowr-analysis/rstudio-addin-flowr), the [Docker image](https://hub.docker.com/r/eagleoutice/flowr), or the [R package](https://github.com/flowr-analysis/flowr-r-adapter).
resources:
- title: Wiki Pages
url: https://github.com/flowr-analysis/flowr/wiki
- title: Overview of the VS Code extension
url: https://www.youtube.com/watch?v=Zgq6rnbvvhk
Loading