Skip to content

Commit

Permalink
doc: fix use of r-path in flowr config
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Jan 22, 2025
1 parent dff9ad6 commit ce79535
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 31 deletions.
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const defaultEngineConfigs: { [T in EngineConfig['type']]: EngineConfig & { type

export const defaultConfigOptions: FlowrConfigOptions = {
ignoreSourceCalls: false,
rPath: undefined,
semantics: {
environment: {
overwriteBuiltIns: {
Expand Down
2 changes: 0 additions & 2 deletions src/documentation/print-interface-wiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ ${codeBlock('shell', ':query @config')}
The following summarizes the configuration options:
- \`ignoreSourceCalls\`: If set to \`true\`, _flowR_ will ignore source calls when analyzing the code, i.e., ignoring the inclusion of other files.
- \`rPath\`: The path to the R executable. If not set, _flowR_ will try to find the R executable in the system's PATH.
- \`semantics\`: allows to configure the way _flowR_ handles R, although we currently only support \`semantics/environment/overwriteBuiltIns\`.
You may use this to overwrite _flowR_'s handling of built-in function and even completely clear the preset definitions shipped with flowR.
See [Configure BuiltIn Semantics](#configure-builtin-semantics) for more information.
Expand All @@ -197,7 +196,6 @@ So you can configure _flowR_ by adding a file like the following:
${codeBlock('json', JSON.stringify(
{
ignoreSourceCalls: true,
rPath: '/usr/bin/R',
semantics: {
environment: {
overwriteBuiltIns: {
Expand Down
Loading

0 comments on commit ce79535

Please sign in to comment.