Skip to content

plot.check_predictions for Stan models #569

plot.check_predictions for Stan models

plot.check_predictions for Stan models #569

Triggered via pull request March 29, 2024 22:06
Status Success
Total duration 12m 15s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/geom_from_list.R#L115
file=R/geom_from_list.R,line=115,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 54 to at most 40.
lint / lint: R/plot.check_heteroscedasticity.R#L11
file=R/plot.check_heteroscedasticity.R,line=11,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/plot.check_model.R#L12
file=R/plot.check_model.R,line=12,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/plot.check_model.R#L21
file=R/plot.check_model.R,line=21,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 82 to at most 40.
lint / lint: R/plot.check_model.R#L49
file=R/plot.check_model.R,line=49,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 131 characters.
lint / lint: R/plot.check_normality.R#L29
file=R/plot.check_normality.R,line=29,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/plot.check_normality.R#L297
file=R/plot.check_normality.R,line=297,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
lint / lint: R/plot.check_predictions.R#L70
file=R/plot.check_predictions.R,line=70,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/plot.check_predictions.R#L107
file=R/plot.check_predictions.R,line=107,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 131 characters.
lint / lint: R/plot.check_predictions.R#L208
file=R/plot.check_predictions.R,line=208,col=28,[function_argument_linter] Arguments without defaults should come before arguments with defaults.