|
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-08-20, 14:22:13 UTC presenting an overview of flowR's linter (v2.4.3, 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-08-20, 14:36:12 UTC presenting an overview of flowR's linter (v2.4.3, using R v4.5.0). Please do not edit this file/wiki page directly._ |
2 | 2 | <h2 id="deprecated-functions">Deprecated Functions <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 do not directly affect the semantics of the code, but are still considered bad practice."><a href='#smell'> </a></span> <span title="This signals the use of deprecated functions or features."><a href='#deprecated'> </a></span> <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 (re-)usability of the code. For example, missing or incorrect error handling, or missing or incorrect user interface elements."><a href='#usability'> </a></span> |
@@ -44,16 +44,16 @@ The linting query can be used to run this rule on the above example: |
44 | 44 |
|
45 | 45 | _Results (prettified and summarized):_ |
46 | 46 |
|
47 | | -Query: **linter** (0 ms)\ |
| 47 | +Query: **linter** (1 ms)\ |
48 | 48 | ╰ **Deprecated Functions** (deprecated-functions):\ |
49 | 49 | ╰ certain:\ |
50 | 50 | ╰ Function `dplyr::all_equal` at 4.1-31\ |
51 | | - ╰ _Metadata_: <code>{"totalDeprecatedCalls":1,"totalDeprecatedFunctionDefinitions":1,"searchTimeMs":0,"processTimeMs":0}</code>\ |
52 | | -_All queries together required ≈0 ms (1ms accuracy, total 11 ms)_ |
| 51 | + ╰ _Metadata_: <code>{"totalDeprecatedCalls":1,"totalDeprecatedFunctionDefinitions":1,"searchTimeMs":0,"processTimeMs":1}</code>\ |
| 52 | +_All queries together required ≈1 ms (1ms accuracy, total 10 ms)_ |
53 | 53 |
|
54 | 54 | <details> <summary style="color:gray">Show Detailed Results as Json</summary> |
55 | 55 |
|
56 | | -The analysis required _10.7 ms_ (including parsing and normalization and the query) within the generation environment. |
| 56 | +The analysis required _10.4 ms_ (including parsing and normalization and the query) within the generation environment. |
57 | 57 |
|
58 | 58 | 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. |
59 | 59 | Please consult the [Interface](https://github.com/flowr-analysis/flowr/wiki/Interface) wiki page for more information on how to get those. |
@@ -82,16 +82,16 @@ Please consult the [Interface](https://github.com/flowr-analysis/flowr/wiki/Inte |
82 | 82 | "totalDeprecatedCalls": 1, |
83 | 83 | "totalDeprecatedFunctionDefinitions": 1, |
84 | 84 | "searchTimeMs": 0, |
85 | | - "processTimeMs": 0 |
| 85 | + "processTimeMs": 1 |
86 | 86 | } |
87 | 87 | } |
88 | 88 | }, |
89 | 89 | ".meta": { |
90 | | - "timing": 0 |
| 90 | + "timing": 1 |
91 | 91 | } |
92 | 92 | }, |
93 | 93 | ".meta": { |
94 | | - "timing": 0 |
| 94 | + "timing": 1 |
95 | 95 | } |
96 | 96 | } |
97 | 97 | ``` |
|
0 commit comments