Fix for compare_parameters(effects = "random") #250
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
4m 0s
Annotations
1 error and 3 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/plot.compare_parameters.R#L25
file=R/plot.compare_parameters.R,line=25,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 44 to at most 40.
|
lint-changed-files / lint-changed-files:
R/plot.compare_parameters.R#L130
file=R/plot.compare_parameters.R,line=130,col=5,[object_overwrite_linter] 'range' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/plot.compare_parameters.R#L195
file=R/plot.compare_parameters.R,line=195,col=22,[which_grepl_linter] grep(pattern, x) is better than which(grepl(pattern, x)).
|