Skip to content

Allow more arguments to tweak plots (#333) #559

Allow more arguments to tweak plots (#333)

Allow more arguments to tweak plots (#333) #559

Triggered via push March 26, 2024 14:05
Status Success
Total duration 5m 38s
Artifacts

lint.yaml

on: push
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 80 to at most 40.
lint / lint: R/plot.check_model.R#L47
file=R/plot.check_model.R,line=47,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#L28
file=R/plot.check_normality.R,line=28,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#L273
file=R/plot.check_normality.R,line=273,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#L56
file=R/plot.check_predictions.R,line=56,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#L89
file=R/plot.check_predictions.R,line=89,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#L178
file=R/plot.check_predictions.R,line=178,col=28,[function_argument_linter] Arguments without defaults should come before arguments with defaults.