Skip to content

Commit c14938a

Browse files
committed
[skip ci] doc: update generated wiki pages (wiki/Interface.md,wiki/Core.md,README.md)
1 parent e55ef42 commit c14938a

File tree

3 files changed

+55
-61
lines changed

3 files changed

+55
-61
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ It offers a wide variety of features, for example:
3333

3434

3535
```text
36-
Query: linter (2 ms)
36+
Query: linter (3 ms)
3737
╰ Deprecated Functions (deprecated-functions):
38-
╰ Metadata: totalCalls: 0, totalFunctionDefinitions: 0, searchTimeMs: 0, processTimeMs: 1
38+
╰ Metadata: totalCalls: 0, totalFunctionDefinitions: 0, searchTimeMs: 0, processTimeMs: 0
3939
╰ File Path Validity (file-path-validity):
4040
╰ certain:
4141
╰ Path `/root/x.txt` at 1.1-23
42-
╰ Metadata: totalReads: 1, totalUnknown: 0, totalWritesBeforeAlways: 0, totalValid: 0, searchTimeMs: 0, processTimeMs: 0
42+
╰ Metadata: totalReads: 1, totalUnknown: 0, totalWritesBeforeAlways: 0, totalValid: 0, searchTimeMs: 1, processTimeMs: 0
4343
╰ Seeded Randomness (seeded-randomness):
4444
╰ Metadata: consumerCalls: 0, callsWithFunctionProducers: 0, callsWithAssignmentProducers: 0, callsWithNonConstantProducers: 0, callsWithOtherBranchProducers: 0, searchTimeMs: 0, processTimeMs: 0
4545
╰ Absolute Paths (absolute-file-paths):
4646
╰ certain:
4747
╰ Path `/root/x.txt` at 1.1-23
48-
╰ Metadata: totalConsidered: 1, totalUnknown: 0, searchTimeMs: 0, processTimeMs: 0
48+
╰ Metadata: totalConsidered: 1, totalUnknown: 0, searchTimeMs: 1, processTimeMs: 0
4949
╰ Unused Definitions (unused-definitions):
5050
╰ Metadata: totalConsidered: 0, searchTimeMs: 0, processTimeMs: 0
5151
╰ Naming Convention (naming-convention):
@@ -58,7 +58,7 @@ It offers a wide variety of features, for example:
5858
╰ Metadata: consideredNodes: 5, searchTimeMs: 0, processTimeMs: 0
5959
╰ Useless Loops (useless-loop):
6060
╰ Metadata: numOfUselessLoops: 0, searchTimeMs: 0, processTimeMs: 0
61-
All queries together required ≈2 ms (1ms accuracy, total 2 ms)
61+
All queries together required ≈3 ms (1ms accuracy, total 3 ms)
6262
```
6363

6464

@@ -82,25 +82,25 @@ It offers a wide variety of features, for example:
8282
8383
Query: **linter** (2 ms)\
8484
   **Deprecated Functions** (deprecated-functions):\
85-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>totalCalls: 0, totalFunctionDefinitions: 0, searchTimeMs: 1, processTimeMs: 0</code>\
85+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>totalCalls: 0, totalFunctionDefinitions: 0, searchTimeMs: 0, processTimeMs: 0</code>\
8686
&nbsp;&nbsp;&nbsp;**File Path Validity** (file-path-validity):\
8787
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ certain:\
8888
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ Path `/root/x.txt` at 1.1-23\
89-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>totalReads: 1, totalUnknown: 0, totalWritesBeforeAlways: 0, totalValid: 0, searchTimeMs: 0, processTimeMs: 0</code>\
89+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>totalReads: 1, totalUnknown: 0, totalWritesBeforeAlways: 0, totalValid: 0, searchTimeMs: 1, processTimeMs: 0</code>\
9090
&nbsp;&nbsp;&nbsp;**Seeded Randomness** (seeded-randomness):\
9191
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>consumerCalls: 0, callsWithFunctionProducers: 0, callsWithAssignmentProducers: 0, callsWithNonConstantProducers: 0, callsWithOtherBranchProducers: 0, searchTimeMs: 0, processTimeMs: 0</code>\
9292
&nbsp;&nbsp;&nbsp;**Absolute Paths** (absolute-file-paths):\
9393
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ certain:\
9494
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ Path `/root/x.txt` at 1.1-23\
95-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>totalConsidered: 1, totalUnknown: 0, searchTimeMs: 1, processTimeMs: 0</code>\
95+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>totalConsidered: 1, totalUnknown: 0, searchTimeMs: 0, processTimeMs: 0</code>\
9696
&nbsp;&nbsp;&nbsp;**Unused Definitions** (unused-definitions):\
9797
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>totalConsidered: 0, searchTimeMs: 0, processTimeMs: 0</code>\
9898
&nbsp;&nbsp;&nbsp;**Naming Convention** (naming-convention):\
9999
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>numMatches: 0, numBreak: 0, searchTimeMs: 0, processTimeMs: 0</code>\
100100
&nbsp;&nbsp;&nbsp;**Network Functions** (network-functions):\
101101
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>totalCalls: 0, totalFunctionDefinitions: 0, searchTimeMs: 0, processTimeMs: 0</code>\
102102
&nbsp;&nbsp;&nbsp;**Dataframe Access Validation** (dataframe-access-validation):\
103-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>numOperations: 0, numAccesses: 0, totalAccessed: 0, searchTimeMs: 0, processTimeMs: 0</code>\
103+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>numOperations: 0, numAccesses: 0, totalAccessed: 0, searchTimeMs: 0, processTimeMs: 1</code>\
104104
&nbsp;&nbsp;&nbsp;**Dead Code** (dead-code):\
105105
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╰ _Metadata_: <code>consideredNodes: 5, searchTimeMs: 0, processTimeMs: 0</code>\
106106
&nbsp;&nbsp;&nbsp;**Useless Loops** (useless-loop):\
@@ -109,7 +109,7 @@ It offers a wide variety of features, for example:
109109
110110
<details> <summary style="color:gray">Show Detailed Results as Json</summary>
111111
112-
The analysis required _1.9 ms_ (including parsing and normalization and the query) within the generation environment.
112+
The analysis required _2.1 ms_ (including parsing and normalization and the query) within the generation environment.
113113
114114
In general, the JSON contains the Ids of the nodes in question as they are present in the normalized AST or the dataflow graph of flowR.
115115
Please consult the [Interface](https://github.com/flowr-analysis/flowr/wiki/Interface) wiki page for more information on how to get those.
@@ -126,7 +126,7 @@ It offers a wide variety of features, for example:
126126
".meta": {
127127
"totalCalls": 0,
128128
"totalFunctionDefinitions": 0,
129-
"searchTimeMs": 1,
129+
"searchTimeMs": 0,
130130
"processTimeMs": 0
131131
}
132132
},
@@ -149,7 +149,7 @@ It offers a wide variety of features, for example:
149149
"totalUnknown": 0,
150150
"totalWritesBeforeAlways": 0,
151151
"totalValid": 0,
152-
"searchTimeMs": 0,
152+
"searchTimeMs": 1,
153153
"processTimeMs": 0
154154
}
155155
},
@@ -181,7 +181,7 @@ It offers a wide variety of features, for example:
181181
".meta": {
182182
"totalConsidered": 1,
183183
"totalUnknown": 0,
184-
"searchTimeMs": 1,
184+
"searchTimeMs": 0,
185185
"processTimeMs": 0
186186
}
187187
},
@@ -218,7 +218,7 @@ It offers a wide variety of features, for example:
218218
"numAccesses": 0,
219219
"totalAccessed": 0,
220220
"searchTimeMs": 0,
221-
"processTimeMs": 0
221+
"processTimeMs": 1
222222
}
223223
},
224224
"dead-code": {
@@ -322,7 +322,7 @@ It offers a wide variety of features, for example:
322322
N <- 10
323323
for(i in 1:(N-1)) sum <- sum + i + w
324324
sum
325-
All queries together required ≈5 ms (1ms accuracy, total 6 ms)
325+
All queries together required ≈3 ms (1ms accuracy, total 4 ms)
326326
```
327327
328328
@@ -356,7 +356,7 @@ It offers a wide variety of features, for example:
356356
357357
358358
* 🚀 **fast call-graph, data-, and control-flow graphs**\
359-
Within just [<i><span title="This measurement is automatically fetched from the latest benchmark!">97.7 ms</span></i> (as of Feb 20, 2026)](https://flowr-analysis.github.io/flowr/wiki/stats/benchmark),
359+
Within just [<i><span title="This measurement is automatically fetched from the latest benchmark!">97.7 ms</span></i> (as of Feb 19, 2026)](https://flowr-analysis.github.io/flowr/wiki/stats/benchmark),
360360
_flowR_ can analyze the data- and control-flow of the average real-world R&nbsp;script. See the [benchmarks](https://flowr-analysis.github.io/flowr/wiki/stats/benchmark) for more information,
361361
and consult the [wiki pages](https://github.com/flowr-analysis/flowr/wiki/dataflow-graph) for more details on the [dataflow graphs](https://github.com/flowr-analysis/flowr/wiki/dataflow-graph) as well as [call graphs](https://github.com/flowr-analysis/flowr/wiki/dataflow-graph#perspectives-cg).
362362
@@ -402,7 +402,6 @@ It offers a wide variety of features, for example:
402402
403403
```text
404404
https://mermaid.live/view#base64:eyJjb2RlIjoiZmxvd2NoYXJ0IEJUXG4gICAgMChbXCJgIzkxO1JTeW1ib2wjOTM7IHRlc3RcbiAgICAgICgwKVxuICAgICAgKjEuMS00KmBcIl0pXG4gICAlJSBObyBlZGdlcyBmb3VuZCBmb3IgMFxuICAgIDEoW1wiYCM5MTtSU3ltYm9sIzkzOyB0ZXN0ZmlsZXNcbiAgICAgICgxKVxuICAgICAgKjEuNi0xNCpgXCJdKVxuICAgJSUgTm8gZWRnZXMgZm91bmQgZm9yIDFcbiAgICAyW1tcImAjOTE7UkJpbmFyeU9wIzkzOyAvXG4gICAgICAoMilcbiAgICAgICoxLjEtMTQqXG4gICAgKDAsIDEpYFwiXV1cbiAgICBidWlsdC1pbjpfW1wiYEJ1aWx0LUluOlxuL2BcIl1cbiAgICBzdHlsZSBidWlsdC1pbjpfIHN0cm9rZTpncmF5LGZpbGw6Z3JheSxzdHJva2Utd2lkdGg6MnB4LG9wYWNpdHk6Ljg7XG4gICAgMyhbXCJgIzkxO1JTeW1ib2wjOTM7IGV4YW1wbGUuUlxuICAgICAgKDMpXG4gICAgICAqMS4xNi0yNCpgXCJdKVxuICAgJSUgTm8gZWRnZXMgZm91bmQgZm9yIDNcbiAgICA0W1tcImAjOTE7UkJpbmFyeU9wIzkzOyAvXG4gICAgICAoNClcbiAgICAgICoxLjEtMjQqXG4gICAgKDIsIDMpYFwiXV1cbiAgICAyIC0tPnxcInJlYWRzLCBhcmd1bWVudFwifCAwXG4gICAgMiAtLT58XCJyZWFkcywgYXJndW1lbnRcInwgMVxuICAgIDIgLS4tPnxcInJlYWRzLCBjYWxsc1wifCBidWlsdC1pbjpfXG4gICAgbGlua1N0eWxlIDIgc3Ryb2tlOmdyYXk7XG4gICAgNCAtLT58XCJyZWFkcywgYXJndW1lbnRcInwgMlxuICAgIDQgLS0+fFwicmVhZHMsIGFyZ3VtZW50XCJ8IDNcbiAgICA0IC0uLT58XCJyZWFkcywgY2FsbHNcInwgYnVpbHQtaW46X1xuICAgIGxpbmtTdHlsZSA1IHN0cm9rZTpncmF5OyIsIm1lcm1haWQiOnsiYXV0b1N5bmMiOnRydWV9fQ==
405-
Copied mermaid url to clipboard (dataflow: 0ms).
406405
```
407406
408407
@@ -701,7 +700,7 @@ It offers a wide variety of features, for example:
701700
```
702701
703702
704-
(The analysis required _2.4 ms_ (including parse and normalize, using the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
703+
(The analysis required _1.5 ms_ (including parse and normalize, using the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
705704
706705
707706

wiki/Core.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_This document was generated from '[src/documentation/wiki-core.ts](https://github.com/flowr-analysis/flowr/tree/main//src/documentation/wiki-core.ts)' on 2026-02-28, 18:52:24 UTC presenting an overview of flowR's core (v2.9.12, using R v4.5.2). Please do not edit this file/wiki page directly._
1+
_This document was generated from '[src/documentation/wiki-core.ts](https://github.com/flowr-analysis/flowr/tree/main//src/documentation/wiki-core.ts)' on 2026-02-28, 20:48:58 UTC presenting an overview of flowR's core (v2.9.12, using R v4.5.0). Please do not edit this file/wiki page directly._
22

33
This wiki page provides an overview of the inner workings of _flowR_.
44
It is mostly intended for developers that want to extend the capabilities of _flowR_
@@ -18,7 +18,7 @@ and the [Contributing Guidelines](https://github.com/flowr-analysis/flowr/tree/m
1818
>
1919
> ```shell
2020
> $ docker run -it --rm eagleoutice/flowr # or npm run flowr
21-
> flowR repl using flowR v2.9.12, R v4.5.2 (r-shell engine)
21+
> flowR repl using flowR v2.9.12, R v4.5.0 (r-shell engine)
2222
> R> :parse "x <- 1; print(x)"
2323
> ```
2424
>
@@ -280,7 +280,7 @@ To explore these steps, let's use the REPL with the (very simple and contrived)
280280
281281
```shell
282282
$ docker run -it --rm eagleoutice/flowr # or npm run flowr
283-
flowR repl using flowR v2.9.12, R v4.5.2 (r-shell engine)
283+
flowR repl using flowR v2.9.12, R v4.5.0 (r-shell engine)
284284
R> :parse "x <- 1; print(x)"
285285
```
286286
@@ -323,7 +323,6 @@ R> :normalize* "x <- 1; print(x)"
323323

324324
```text
325325
https://mermaid.live/view#base64:eyJjb2RlIjoiZmxvd2NoYXJ0IFREXG4gICAgbjcoW1wiUkV4cHJlc3Npb25MaXN0ICg3KVxuIFwiXSlcbiAgICBuMihbXCJSQmluYXJ5T3AgKDIpXG4jNjA7IzQ1O1wiXSlcbiAgICBuNyAtLT58XCJlbC1jLTBcInwgbjJcbiAgICBuMChbXCJSU3ltYm9sICgwKVxueFwiXSlcbiAgICBuMiAtLT58XCJiaW4tbFwifCBuMFxuICAgIG4xKFtcIlJOdW1iZXIgKDEpXG4xXCJdKVxuICAgIG4yIC0tPnxcImJpbi1yXCJ8IG4xXG4gICAgbjYoW1wiUkZ1bmN0aW9uQ2FsbCAoNilcbnByaW50XCJdKVxuICAgIG43IC0tPnxcImVsLWMtMVwifCBuNlxuICAgIG4zKFtcIlJTeW1ib2wgKDMpXG5wcmludFwiXSlcbiAgICBuNiAtLT58XCJjYWxsLW5hbWVcInwgbjNcbiAgICBuNShbXCJSQXJndW1lbnQgKDUpXG54XCJdKVxuICAgIG42IC0tPnxcImNhbGwtYXJnLTFcInwgbjVcbiAgICBuNChbXCJSU3ltYm9sICg0KVxueFwiXSlcbiAgICBuNSAtLT58XCJhcmctdlwifCBuNFxuIiwibWVybWFpZCI6eyJhdXRvU3luYyI6dHJ1ZX19
326-
Copied mermaid url to clipboard (normalize: 0ms).
327326
```
328327

329328

@@ -359,7 +358,7 @@ x"])
359358
360359
```
361360

362-
(The analysis required _2.5 ms_ (including parsing with the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
361+
(The analysis required _1.6 ms_ (including parsing with the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
363362

364363

365364

@@ -377,7 +376,6 @@ R> :dataflow* "x <- 1; print(x)"
377376

378377
```text
379378
https://mermaid.live/view#base64:eyJjb2RlIjoiZmxvd2NoYXJ0IEJUXG4gICAgMXt7XCJgIzkxO1JOdW1iZXIjOTM7IDFcbiAgICAgICgxKVxuICAgICAgKjEuNipgXCJ9fVxuICAgJSUgTm8gZWRnZXMgZm91bmQgZm9yIDFcbiAgICAwW1wiYCM5MTtSU3ltYm9sIzkzOyB4XG4gICAgICAoMClcbiAgICAgICoxLjEqYFwiXVxuICAgIDJbW1wiYCM5MTtSQmluYXJ5T3AjOTM7ICM2MDsjNDU7XG4gICAgICAoMilcbiAgICAgICoxLjEtNipcbiAgICAoMCwgMSlgXCJdXVxuICAgIGJ1aWx0LWluOl8tW1wiYEJ1aWx0LUluOlxuIzYwOyM0NTtgXCJdXG4gICAgc3R5bGUgYnVpbHQtaW46Xy0gc3Ryb2tlOmdyYXksZmlsbDpncmF5LHN0cm9rZS13aWR0aDoycHgsb3BhY2l0eTouODtcbiAgICA0KFtcImAjOTE7UlN5bWJvbCM5MzsgeFxuICAgICAgKDQpXG4gICAgICAqMS4xNSpgXCJdKVxuICAgIDZbW1wiYCM5MTtSRnVuY3Rpb25DYWxsIzkzOyBwcmludFxuICAgICAgKDYpXG4gICAgICAqMS45LTE2KlxuICAgICg0KWBcIl1dXG4gICAgYnVpbHQtaW46cHJpbnRbXCJgQnVpbHQtSW46XG5wcmludGBcIl1cbiAgICBzdHlsZSBidWlsdC1pbjpwcmludCBzdHJva2U6Z3JheSxmaWxsOmdyYXksc3Ryb2tlLXdpZHRoOjJweCxvcGFjaXR5Oi44O1xuICAgIDAgLS0+fFwiZGVmaW5lZC1ieVwifCAxXG4gICAgMCAtLT58XCJkZWZpbmVkLWJ5XCJ8IDJcbiAgICAyIC0tPnxcInJlYWRzLCBhcmd1bWVudFwifCAxXG4gICAgMiAtLT58XCJyZXR1cm5zLCBhcmd1bWVudFwifCAwXG4gICAgMiAtLi0+fFwicmVhZHMsIGNhbGxzXCJ8IGJ1aWx0LWluOl8tXG4gICAgbGlua1N0eWxlIDQgc3Ryb2tlOmdyYXk7XG4gICAgNCAtLT58XCJyZWFkc1wifCAwXG4gICAgNiAtLT58XCJyZWFkcywgcmV0dXJucywgYXJndW1lbnRcInwgNFxuICAgIDYgLS4tPnxcInJlYWRzLCBjYWxsc1wifCBidWlsdC1pbjpwcmludFxuICAgIGxpbmtTdHlsZSA3IHN0cm9rZTpncmF5OyIsIm1lcm1haWQiOnsiYXV0b1N5bmMiOnRydWV9fQ==
380-
Copied mermaid url to clipboard (dataflow: 0ms).
381379
```
382380

383381

@@ -425,7 +423,7 @@ print`"]
425423
```
426424

427425

428-
(The analysis required _3.4 ms_ (including parse and normalize, using the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
426+
(The analysis required _1.5 ms_ (including parse and normalize, using the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
429427

430428

431429

@@ -498,7 +496,6 @@ Especially when you are just starting with flowR, we recommend using the REPL to
498496
>
499497
> ```text
500498
> https://mermaid.live/view#base64:eyJjb2RlIjoiZmxvd2NoYXJ0IFREXG4gICAgbjcoW1wiUkV4cHJlc3Npb25MaXN0ICg3KVxuIFwiXSlcbiAgICBuMihbXCJSQmluYXJ5T3AgKDIpXG4jNjA7IzQ1O1wiXSlcbiAgICBuNyAtLT58XCJlbC1jLTBcInwgbjJcbiAgICBuMChbXCJSU3ltYm9sICgwKVxueFwiXSlcbiAgICBuMiAtLT58XCJiaW4tbFwifCBuMFxuICAgIG4xKFtcIlJOdW1iZXIgKDEpXG4xXCJdKVxuICAgIG4yIC0tPnxcImJpbi1yXCJ8IG4xXG4gICAgbjYoW1wiUkZ1bmN0aW9uQ2FsbCAoNilcbnByaW50XCJdKVxuICAgIG43IC0tPnxcImVsLWMtMVwifCBuNlxuICAgIG4zKFtcIlJTeW1ib2wgKDMpXG5wcmludFwiXSlcbiAgICBuNiAtLT58XCJjYWxsLW5hbWVcInwgbjNcbiAgICBuNShbXCJSQXJndW1lbnQgKDUpXG54XCJdKVxuICAgIG42IC0tPnxcImNhbGwtYXJnLTFcInwgbjVcbiAgICBuNChbXCJSU3ltYm9sICg0KVxueFwiXSlcbiAgICBuNSAtLT58XCJhcmctdlwifCBuNFxuIiwibWVybWFpZCI6eyJhdXRvU3luYyI6dHJ1ZX19
501-
> Copied mermaid url to clipboard (normalize: 0ms).
502499
> ```
503500
>
504501
>
@@ -534,7 +531,7 @@ Especially when you are just starting with flowR, we recommend using the REPL to
534531
>
535532
> ```
536533
>
537-
> (The analysis required _3.3 ms_ (including parsing with the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
534+
> (The analysis required _0.6 ms_ (including parsing with the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
538535
>
539536
>
540537
>
@@ -552,7 +549,6 @@ Especially when you are just starting with flowR, we recommend using the REPL to
552549
>
553550
> ```text
554551
> https://mermaid.live/view#base64:eyJjb2RlIjoiZmxvd2NoYXJ0IEJUXG4gICAgMXt7XCJgIzkxO1JOdW1iZXIjOTM7IDFcbiAgICAgICgxKVxuICAgICAgKjEuNipgXCJ9fVxuICAgJSUgTm8gZWRnZXMgZm91bmQgZm9yIDFcbiAgICAwW1wiYCM5MTtSU3ltYm9sIzkzOyB4XG4gICAgICAoMClcbiAgICAgICoxLjEqYFwiXVxuICAgIDJbW1wiYCM5MTtSQmluYXJ5T3AjOTM7ICM2MDsjNDU7XG4gICAgICAoMilcbiAgICAgICoxLjEtNipcbiAgICAoMCwgMSlgXCJdXVxuICAgIGJ1aWx0LWluOl8tW1wiYEJ1aWx0LUluOlxuIzYwOyM0NTtgXCJdXG4gICAgc3R5bGUgYnVpbHQtaW46Xy0gc3Ryb2tlOmdyYXksZmlsbDpncmF5LHN0cm9rZS13aWR0aDoycHgsb3BhY2l0eTouODtcbiAgICA0KFtcImAjOTE7UlN5bWJvbCM5MzsgeFxuICAgICAgKDQpXG4gICAgICAqMS4xNSpgXCJdKVxuICAgIDZbW1wiYCM5MTtSRnVuY3Rpb25DYWxsIzkzOyBwcmludFxuICAgICAgKDYpXG4gICAgICAqMS45LTE2KlxuICAgICg0KWBcIl1dXG4gICAgYnVpbHQtaW46cHJpbnRbXCJgQnVpbHQtSW46XG5wcmludGBcIl1cbiAgICBzdHlsZSBidWlsdC1pbjpwcmludCBzdHJva2U6Z3JheSxmaWxsOmdyYXksc3Ryb2tlLXdpZHRoOjJweCxvcGFjaXR5Oi44O1xuICAgIDAgLS0+fFwiZGVmaW5lZC1ieVwifCAxXG4gICAgMCAtLT58XCJkZWZpbmVkLWJ5XCJ8IDJcbiAgICAyIC0tPnxcInJlYWRzLCBhcmd1bWVudFwifCAxXG4gICAgMiAtLT58XCJyZXR1cm5zLCBhcmd1bWVudFwifCAwXG4gICAgMiAtLi0+fFwicmVhZHMsIGNhbGxzXCJ8IGJ1aWx0LWluOl8tXG4gICAgbGlua1N0eWxlIDQgc3Ryb2tlOmdyYXk7XG4gICAgNCAtLT58XCJyZWFkc1wifCAwXG4gICAgNiAtLT58XCJyZWFkcywgcmV0dXJucywgYXJndW1lbnRcInwgNFxuICAgIDYgLS4tPnxcInJlYWRzLCBjYWxsc1wifCBidWlsdC1pbjpwcmludFxuICAgIGxpbmtTdHlsZSA3IHN0cm9rZTpncmF5OyIsIm1lcm1haWQiOnsiYXV0b1N5bmMiOnRydWV9fQ==
555-
> Copied mermaid url to clipboard (dataflow: 0ms).
556552
> ```
557553
>
558554
>
@@ -600,7 +596,7 @@ Especially when you are just starting with flowR, we recommend using the REPL to
600596
> ```
601597
>
602598
>
603-
> (The analysis required _0.7 ms_ (including parse and normalize, using the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
599+
> (The analysis required _0.4 ms_ (including parse and normalize, using the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
604600
>
605601
>
606602
>
@@ -1396,7 +1392,7 @@ product <- 1
13961392
N <- 10
13971393
for(i in 1:(N-1)) product <- product i
13981394
product
1399-
All queries together required ≈4 ms (1ms accuracy, total 6 ms)
1395+
All queries together required ≈3 ms (1ms accuracy, total 3 ms)
14001396
```
14011397
14021398

0 commit comments

Comments
 (0)