Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

Add startup argument and flowr config file entry for changing the R shell's R executable #718

Closed Ellpeck closed 3 months ago

Ellpeck commented 3 months ago

precedence order is repl -> config -> default, which i think makes sense

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 71.14%. Comparing base (d4ad9bd) to head (9c890d0). Report is 10 commits behind head on main.

Files Patch % Lines
src/r-bridge/shell.ts 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #718 +/- ## ======================================= Coverage 71.13% 71.14% ======================================= Files 217 217 Lines 7033 7035 +2 Branches 1095 1096 +1 ======================================= + Hits 5003 5005 +2 Misses 1738 1738 Partials 292 292 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

EagleoutIce commented 3 months ago

This pull request is included in v1.4.2 (see Release v1.4.2 (Dropping xmlparsedata, Benchmark Re-Runs, and Repl Fixes)).