DHARMa implementation for new check_residuals()
function
#318
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
3m 24s
Annotations
1 error and 3 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/check_residuals.R#L11
file=R/check_residuals.R,line=11,col=11,[class_equals_linter] Instead of comparing class(x) with %in%, use inherits(x, 'class-name') or is.<class> or is(x, 'class')
|
lint-changed-files / lint-changed-files:
R/simulate_residuals.R#L15
file=R/simulate_residuals.R,line=15,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 196 characters.
|
lint-changed-files / lint-changed-files:
R/simulate_residuals.R#L16
file=R/simulate_residuals.R,line=16,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 165 characters.
|