Add Kruskal-Wallis method #383
Annotations
10 warnings
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:
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:
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:
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:
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:
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:
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:
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:
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:
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.
|
The logs for this run have expired and are no longer available.
Loading