Skip to content

DHARMa implementation for new check_residuals() function #493

DHARMa implementation for new check_residuals() function

DHARMa implementation for new check_residuals() function #493

Triggered via pull request March 18, 2024 09:08
Status Failure
Total duration 2m 37s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
2m 16s
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/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_outliers.R#L318
file=R/check_outliers.R,line=318,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_overdispersion.R#L306
file=R/check_overdispersion.R,line=306,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/simulate_residuals.R#L100
file=R/simulate_residuals.R,line=100,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.