Skip to content

Add Kruskal-Wallis method #383

Add Kruskal-Wallis method

Add Kruskal-Wallis method #383

Triggered via pull request November 5, 2023 19:41
Status Success
Total duration 3m 42s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/report_parameters.R#L209
file=R/report_parameters.R,line=209,col=7,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint / lint: R/report_performance.R#L119
file=R/report_performance.R,line=119,col=34,[keyword_quote_linter] Only quote targets of extraction with $ if necessary, i.e., if the name is not a valid R symbol (see ?make.names). Use backticks to create non-syntactic names, or use [[ to extract by string.
lint / lint: R/report_performance.R#L230
file=R/report_performance.R,line=230,col=9,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint / lint: R/report_sample.R#L181
file=R/report_sample.R,line=181,col=9,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint / lint: R/report_sample.R#L213
file=R/report_sample.R,line=213,col=9,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint / lint: R/report_sample.R#L254
file=R/report_sample.R,line=254,col=7,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint / lint: R/report_sample.R#L333
file=R/report_sample.R,line=333,col=7,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint / lint: R/report_sample.R#L349
file=R/report_sample.R,line=349,col=7,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint / lint: R/report_table.R#L183
file=R/report_table.R,line=183,col=9,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
lint / lint: R/report.aov.R#L191
file=R/report.aov.R,line=191,col=38,[keyword_quote_linter] Only quote targets of extraction with $ if necessary, i.e., if the name is not a valid R symbol (see ?make.names). Use backticks to create non-syntactic names, or use [[ to extract by string.