Skip to content

Detect multivariate vgams/vglms #1244

Detect multivariate vgams/vglms

Detect multivariate vgams/vglms #1244

Triggered via pull request January 24, 2024 10:35
Status Success
Total duration 4m 53s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/clean_names.R#L106
file=R/clean_names.R,line=106,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 42 to at most 40.
lint / lint: R/clean_names.R#L147
file=R/clean_names.R,line=147,col=9,[if_switch_linter] Prefer switch() statements over repeated if/else equality tests, e.g., switch(x, a = 1, b = 2) over if (x == "a") 1 else if (x == "b") 2.
lint / lint: R/clean_names.R#L183
file=R/clean_names.R,line=183,col=13,[commented_code_linter] Remove commented code.
lint / lint: R/clean_parameters.R#L531
file=R/clean_parameters.R,line=531,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
lint / lint: R/clean_parameters.R#L542
file=R/clean_parameters.R,line=542,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
lint / lint: R/clean_parameters.R#L588
file=R/clean_parameters.R,line=588,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
lint / lint: R/colour_tools.R#L6
file=R/colour_tools.R,line=6,col=8,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
lint / lint: R/colour_tools.R#L191
file=R/colour_tools.R,line=191,col=37,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
lint / lint: R/compute_variances.R#L42
file=R/compute_variances.R,line=42,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 189 characters.
lint / lint: R/compute_variances.R#L43
file=R/compute_variances.R,line=43,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 146 characters.