Improve binned_residuals()
#307
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
4m 1s
Annotations
1 error and 7 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_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#L492
file=R/check_outliers.R,line=492,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#L502
file=R/check_outliers.R,line=502,col=24,[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#L1481
file=R/check_outliers.R,line=1481,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#L1768
file=R/check_outliers.R,line=1768,col=18,[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`.
|