Skip to content

Improve binned_residuals() #305

Improve binned_residuals()

Improve binned_residuals() #305

Triggered via pull request October 25, 2023 09:58
Status Failure
Total duration 7m 8s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 10 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/check_model.R#L52
file=R/check_model.R,line=52,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 130 characters.
lint-changed-files / lint-changed-files: R/check_model.R#L80
file=R/check_model.R,line=80,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
lint-changed-files / lint-changed-files: R/check_model.R#L206
file=R/check_model.R,line=206,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
lint-changed-files / lint-changed-files: R/check_model.R#L344
file=R/check_model.R,line=344,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 / lint-changed-files: R/check_model.R#L369
file=R/check_model.R,line=369,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 / lint-changed-files: R/check_outliers.R#L308
file=R/check_outliers.R,line=308,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 154 characters.
lint-changed-files / lint-changed-files: R/check_outliers.R#L413
file=R/check_outliers.R,line=413,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 / lint-changed-files: R/check_outliers.R#L418
file=R/check_outliers.R,line=418,col=15,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
lint-changed-files / lint-changed-files: R/check_outliers.R#L452
file=R/check_outliers.R,line=452,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-changed-files / lint-changed-files: R/check_outliers.R#L462
file=R/check_outliers.R,line=462,col=24,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.