Skip to content

Commit

Permalink
refactor(flowr): improve description and add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Jan 5, 2025
1 parent 9eab450 commit 46ead92
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion data/tools/flowr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,13 @@ types:
- ide-plugin
source: 'https://github.com/flowr-analysis/flowr'
homepage: 'https://github.com/flowr-analysis/flowr'
description: A program slicer and dataflow analyzer for R.
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

0 comments on commit 46ead92

Please sign in to comment.