Skip to content

95 CI for rmse

95 CI for rmse #594

Triggered via pull request July 5, 2024 09:50
Status Failure
Total duration 2m 41s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
2m 28s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/icc.R#L252
file=R/icc.R,line=252,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 137 characters.
lint-changed-files / lint-changed-files: R/icc.R#L278
file=R/icc.R,line=278,col=13,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint-changed-files / lint-changed-files: R/icc.R#L431
file=R/icc.R,line=431,col=10,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
lint-changed-files / lint-changed-files: R/icc.R#L688
file=R/icc.R,line=688,col=9,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint-changed-files / lint-changed-files: tests/testthat/test-rmse.R#L14
file=tests/testthat/test-rmse.R,line=14,col=5,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.