|
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:34 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:25:16 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="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> |
@@ -41,16 +41,16 @@ The linting query can be used to run this rule on the above example: |
41 | 41 |
|
42 | 42 | _Results (prettified and summarized):_ |
43 | 43 |
|
44 | | -Query: **linter** (1 ms)\ |
| 44 | +Query: **linter** (0 ms)\ |
45 | 45 | ╰ **Deprecated Functions** (deprecated-functions):\ |
46 | 46 | ╰ definitely:\ |
47 | 47 | ╰ Function `dplyr::all_equal` at 4.1-31\ |
48 | | - ╰ _Metadata_: <code>{"totalDeprecatedCalls":1,"totalDeprecatedFunctionDefinitions":1,"searchTimeMs":0,"processTimeMs":1}</code>\ |
49 | | -_All queries together required ≈1 ms (1ms accuracy, total 10 ms)_ |
| 48 | + ╰ _Metadata_: <code>{"totalDeprecatedCalls":1,"totalDeprecatedFunctionDefinitions":1,"searchTimeMs":0,"processTimeMs":0}</code>\ |
| 49 | +_All queries together required ≈0 ms (1ms accuracy, total 10 ms)_ |
50 | 50 |
|
51 | 51 | <details> <summary style="color:gray">Show Detailed Results as Json</summary> |
52 | 52 |
|
53 | | -The analysis required _9.8 ms_ (including parsing and normalization and the query) within the generation environment. |
| 53 | +The analysis required _9.5 ms_ (including parsing and normalization and the query) within the generation environment. |
54 | 54 |
|
55 | 55 | 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. |
56 | 56 | Please consult the [Interface](https://github.com/flowr-analysis/flowr/wiki/Interface) wiki page for more information on how to get those. |
@@ -79,16 +79,16 @@ Please consult the [Interface](https://github.com/flowr-analysis/flowr/wiki/Inte |
79 | 79 | "totalDeprecatedCalls": 1, |
80 | 80 | "totalDeprecatedFunctionDefinitions": 1, |
81 | 81 | "searchTimeMs": 0, |
82 | | - "processTimeMs": 1 |
| 82 | + "processTimeMs": 0 |
83 | 83 | } |
84 | 84 | } |
85 | 85 | }, |
86 | 86 | ".meta": { |
87 | | - "timing": 1 |
| 87 | + "timing": 0 |
88 | 88 | } |
89 | 89 | }, |
90 | 90 | ".meta": { |
91 | | - "timing": 1 |
| 91 | + "timing": 0 |
92 | 92 | } |
93 | 93 | } |
94 | 94 | ``` |
|
0 commit comments