plot.parameters_simulate formatting VS parameters_model formatting #325
Triggered via pull request
September 29, 2024 12:53
Status
Failure
Total duration
2m 29s
Artifacts
–
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 19s
Annotations
1 error and 10 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/plot.parameters_model.R#L39
file=R/plot.parameters_model.R,line=39,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 139 to at most 40.
|
lint-changed-files / lint-changed-files:
R/plot.parameters_model.R#L82
file=R/plot.parameters_model.R,line=82,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#L152
file=R/plot.parameters_model.R,line=152,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#L171
file=R/plot.parameters_model.R,line=171,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#L171
file=R/plot.parameters_model.R,line=171,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#L171
file=R/plot.parameters_model.R,line=171,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#L187
file=R/plot.parameters_model.R,line=187,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#L199
file=R/plot.parameters_model.R,line=199,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#L201
file=R/plot.parameters_model.R,line=201,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#L209
file=R/plot.parameters_model.R,line=209,col=7,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
|