Skip to content

Error in model_parameters.aov plot() method? #353

Error in model_parameters.aov plot() method?

Error in model_parameters.aov plot() method? #353

Triggered via pull request December 5, 2024 11:46
Status Failure
Total duration 4m 43s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
1m 54s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L50
file=R/plot.parameters_model.R,line=50,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 144 to at most 40.
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L100
file=R/plot.parameters_model.R,line=100,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 133 characters.
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L170
file=R/plot.parameters_model.R,line=170,col=15,[nzchar_linter] Use !nzchar(x) instead of x == "". Note that unlike nzchar(), EQ coerces to character, so you'll have to use as.character() if x is a factor. Whenever missing data is possible, please take care to use nzchar(., keepNA = TRUE); nzchar(NA) is TRUE by default.
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L189
file=R/plot.parameters_model.R,line=189,col=15,[nzchar_linter] Use nzchar(x) instead of x != "". Note that unlike nzchar(), NE coerces to character, so you'll have to use as.character() if x is a factor. Whenever missing data is possible, please take care to use nzchar(., keepNA = TRUE); nzchar(NA) is TRUE by default.
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L189
file=R/plot.parameters_model.R,line=189,col=50,[nzchar_linter] Use nzchar(x) instead of x != "". Note that unlike nzchar(), NE coerces to character, so you'll have to use as.character() if x is a factor. Whenever missing data is possible, please take care to use nzchar(., keepNA = TRUE); nzchar(NA) is TRUE by default.
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L189
file=R/plot.parameters_model.R,line=189,col=80,[nzchar_linter] Use nzchar(x) instead of x != "". Note that unlike nzchar(), NE coerces to character, so you'll have to use as.character() if x is a factor. Whenever missing data is possible, please take care to use nzchar(., keepNA = TRUE); nzchar(NA) is TRUE by default.
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L205
file=R/plot.parameters_model.R,line=205,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 127 characters.
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L217
file=R/plot.parameters_model.R,line=217,col=9,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L219
file=R/plot.parameters_model.R,line=219,col=9,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/plot.parameters_model.R#L227
file=R/plot.parameters_model.R,line=227,col=7,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.