Draft plotting simulated residuals #216
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
3m 12s
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.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-changed-files / lint-changed-files:
R/plot.check_model.R#L19
file=R/plot.check_model.R,line=19,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 79 to at most 40.
|
lint-changed-files / lint-changed-files:
R/plot.check_model.R#L44
file=R/plot.check_model.R,line=44,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 131 characters.
|
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 127 to at most 40.
|
lint-changed-files / lint-changed-files:
R/plot.parameters_model.R#L63
file=R/plot.parameters_model.R,line=63,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#L133
file=R/plot.parameters_model.R,line=133,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#L152
file=R/plot.parameters_model.R,line=152,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#L152
file=R/plot.parameters_model.R,line=152,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#L152
file=R/plot.parameters_model.R,line=152,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#L168
file=R/plot.parameters_model.R,line=168,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 127 characters.
|