From 9eab450b07b1a4f0a034fe7b2d961b7e8dc8e7b5 Mon Sep 17 00:00:00 2001 From: Florian Sihler Date: Sat, 4 Jan 2025 14:48:26 +0100 Subject: [PATCH 1/2] feat: add flowr --- data/tools/flowr.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/tools/flowr.yml diff --git a/data/tools/flowr.yml b/data/tools/flowr.yml new file mode 100644 index 000000000..ecdcc9f2b --- /dev/null +++ b/data/tools/flowr.yml @@ -0,0 +1,12 @@ +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 and dataflow analyzer for R. From 46ead923b515aaa501afa75195e9d63aefcd21dc Mon Sep 17 00:00:00 2001 From: Florian Sihler Date: Sun, 5 Jan 2025 09:00:25 +0100 Subject: [PATCH 2/2] refactor(flowr): improve description and add resources --- data/tools/flowr.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/tools/flowr.yml b/data/tools/flowr.yml index ecdcc9f2b..230221ab8 100644 --- a/data/tools/flowr.yml +++ b/data/tools/flowr.yml @@ -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