Issue #500: Reduce messages in bias_quantile()
#390
Annotations
1 error and 10 warnings
|
R/metrics-quantile.R#L123
file=R/metrics-quantile.R,line=123,col=9,[indentation_linter] Indentation should be 6 spaces but is 9 spaces.
|
R/metrics-quantile.R#L131
file=R/metrics-quantile.R,line=131,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`.
|
R/metrics-quantile.R#L140
file=R/metrics-quantile.R,line=140,col=10,[unnecessary_concatenation_linter] Unneeded concatenation of a constant. Remove the "c" call.
|
R/metrics-quantile.R#L227
file=R/metrics-quantile.R,line=227,col=6,[indentation_linter] Hanging indent should be 12 spaces but is 6 spaces.
|
R/metrics-quantile.R#L234
file=R/metrics-quantile.R,line=234,col=29,[redundant_ifelse_linter] Just use the logical condition (or its negation) directly instead of calling ifelse(x, TRUE, FALSE)
|
R/metrics-quantile.R#L294
file=R/metrics-quantile.R,line=294,col=1,[object_length_linter] Variable and function names should not be longer than 30 characters.
|
R/metrics-quantile.R#L302
file=R/metrics-quantile.R,line=302,col=4,[indentation_linter] Hanging indent should be 34 spaces but is 4 spaces.
|
R/metrics-quantile.R#L308
file=R/metrics-quantile.R,line=308,col=6,[indentation_linter] Hanging indent should be 12 spaces but is 6 spaces.
|
R/metrics-quantile.R#L315
file=R/metrics-quantile.R,line=315,col=29,[redundant_ifelse_linter] Just use the logical condition (or its negation) directly instead of calling ifelse(x, TRUE, FALSE)
|
R/metrics-quantile.R#L320
file=R/metrics-quantile.R,line=320,col=27,[unnecessary_concatenation_linter] Unneeded concatenation of a constant. Remove the "c" call.
|
The logs for this run have expired and are no longer available.
Loading