Skip to content

Fix for compare_parameters(effects = "random") #250

Fix for compare_parameters(effects = "random")

Fix for compare_parameters(effects = "random") #250

Triggered via pull request April 5, 2024 06:27
Status Failure
Total duration 4m 11s
Artifacts

lint-changed-files.yaml

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

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)).