DHARMa implementation for new check_residuals()
function
#460
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 7s
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#L62
file=R/check_model.R,line=62,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#L90
file=R/check_model.R,line=90,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_normality.R#L203
file=R/check_normality.R,line=203,col=9,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
lint-changed-files / lint-changed-files:
R/check_normality.R#L265
file=R/check_normality.R,line=265,col=3,[object_overwrite_linter] 'ts' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/check_residuals.R#L45
file=R/check_residuals.R,line=45,col=3,[object_overwrite_linter] 'ts' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/check_zeroinflation.R#L98
file=R/check_zeroinflation.R,line=98,col=7,[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/check_zeroinflation.R#L164
file=R/check_zeroinflation.R,line=164,col=7,[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.
|