DHARMa implementation for new check_residuals()
function
#490
Annotations
1 error and 3 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
Extract and lint files changed by this PR:
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.
|
Extract and lint files changed by this PR:
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.
|
Extract and lint files changed by this PR:
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.
|
Loading