|
1 |
| -_This document was generated from '[src/documentation/print-linter-wiki.ts](https://github.com/flowr-analysis/flowr/tree/main//src/documentation/print-linter-wiki.ts)' on 2025-07-21, 07:09:37 UTC presenting an overview of flowR's linter (v2.2.16, using R v4.5.0). Please do not edit this file/wiki page directly._ |
| 1 | +_This document was generated from '[src/documentation/print-linter-wiki.ts](https://github.com/flowr-analysis/flowr/tree/main//src/documentation/print-linter-wiki.ts)' on 2025-07-21, 07:29:55 UTC presenting an overview of flowR's linter (v2.2.16, using R v4.5.0). Please do not edit this file/wiki page directly._ |
2 | 2 | <h2 id="seeded-randomness">Seeded Randomness <sup>[<a href="https://github.com/flowr-analysis/flowr/wiki/Linter">overview</a>]</sup></h2>
|
3 | 3 |
|
4 | 4 | <span title="This rule is used to detect issues that are related to the reproducibility of the code. For example, missing or incorrect random seeds, or missing data."><a href='#reproducibility'> </a></span> <span title="This rule is used to detect issues that are related to the portability of the code. For example, platform-specific code, or code that relies on specific R versions or packages."><a href='#robustness'> </a></span>
|
@@ -43,16 +43,16 @@ The linting query can be used to run this rule on the above example:
|
43 | 43 |
|
44 | 44 | _Results (prettified and summarized):_
|
45 | 45 |
|
46 |
| -Query: **linter** (1 ms)\ |
| 46 | +Query: **linter** (0 ms)\ |
47 | 47 | ╰ **Seeded Randomness** (seeded-randomness):\
|
48 | 48 | ╰ definitely:\
|
49 | 49 | ╰ Function `runif` at 1.1-8\
|
50 |
| - ╰ _Metadata_: <code>{"consumerCalls":1,"callsWithFunctionProducers":0,"callsWithAssignmentProducers":0,"callsWithNonConstantProducers":0,"searchTimeMs":1,"processTimeMs":0}</code>\ |
51 |
| -_All queries together required ≈1 ms (1ms accuracy, total 3 ms)_ |
| 50 | + ╰ _Metadata_: <code>{"consumerCalls":1,"callsWithFunctionProducers":0,"callsWithAssignmentProducers":0,"callsWithNonConstantProducers":0,"searchTimeMs":0,"processTimeMs":0}</code>\ |
| 51 | +_All queries together required ≈0 ms (1ms accuracy, total 3 ms)_ |
52 | 52 |
|
53 | 53 | <details> <summary style="color:gray">Show Detailed Results as Json</summary>
|
54 | 54 |
|
55 |
| -The analysis required _2.8 ms_ (including parsing and normalization and the query) within the generation environment. |
| 55 | +The analysis required _3.0 ms_ (including parsing and normalization and the query) within the generation environment. |
56 | 56 |
|
57 | 57 | 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.
|
58 | 58 | Please consult the [Interface](https://github.com/flowr-analysis/flowr/wiki/Interface) wiki page for more information on how to get those.
|
@@ -82,17 +82,17 @@ Please consult the [Interface](https://github.com/flowr-analysis/flowr/wiki/Inte
|
82 | 82 | "callsWithFunctionProducers": 0,
|
83 | 83 | "callsWithAssignmentProducers": 0,
|
84 | 84 | "callsWithNonConstantProducers": 0,
|
85 |
| - "searchTimeMs": 1, |
| 85 | + "searchTimeMs": 0, |
86 | 86 | "processTimeMs": 0
|
87 | 87 | }
|
88 | 88 | }
|
89 | 89 | },
|
90 | 90 | ".meta": {
|
91 |
| - "timing": 1 |
| 91 | + "timing": 0 |
92 | 92 | }
|
93 | 93 | },
|
94 | 94 | ".meta": {
|
95 |
| - "timing": 1 |
| 95 | + "timing": 0 |
96 | 96 | }
|
97 | 97 | }
|
98 | 98 | ```
|
|
0 commit comments