Fix pkgdown #369
Triggered via pull request
November 20, 2023 12:43
Status
Failure
Total duration
13m 36s
Artifacts
–
lint.yaml
on: pull_request
lint-changed-files
13m 24s
Annotations
1 error and 10 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files:
R/metrics-quantile.R#L124
file=R/metrics-quantile.R,line=124,col=9,[indentation_linter] Indentation should be 6 spaces but is 9 spaces.
|
lint-changed-files:
R/metrics-quantile.R#L132
file=R/metrics-quantile.R,line=132,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-changed-files:
R/metrics-quantile.R#L141
file=R/metrics-quantile.R,line=141,col=10,[unnecessary_concatenation_linter] Unneeded concatenation of a constant. Remove the "c" call.
|
lint-changed-files:
R/metrics-quantile.R#L232
file=R/metrics-quantile.R,line=232,col=6,[indentation_linter] Hanging indent should be 12 spaces but is 6 spaces.
|
lint-changed-files:
R/metrics-quantile.R#L239
file=R/metrics-quantile.R,line=239,col=29,[redundant_ifelse_linter] Just use the logical condition (or its negation) directly instead of calling ifelse(x, TRUE, FALSE)
|
lint-changed-files:
R/metrics-quantile.R#L300
file=R/metrics-quantile.R,line=300,col=1,[object_length_linter] Variable and function names should not be longer than 30 characters.
|
lint-changed-files:
R/metrics-quantile.R#L308
file=R/metrics-quantile.R,line=308,col=4,[indentation_linter] Hanging indent should be 34 spaces but is 4 spaces.
|
lint-changed-files:
R/metrics-quantile.R#L314
file=R/metrics-quantile.R,line=314,col=6,[indentation_linter] Hanging indent should be 12 spaces but is 6 spaces.
|
lint-changed-files:
R/metrics-quantile.R#L321
file=R/metrics-quantile.R,line=321,col=29,[redundant_ifelse_linter] Just use the logical condition (or its negation) directly instead of calling ifelse(x, TRUE, FALSE)
|
lint-changed-files:
R/metrics-quantile.R#L326
file=R/metrics-quantile.R,line=326,col=27,[unnecessary_concatenation_linter] Unneeded concatenation of a constant. Remove the "c" call.
|