Skip to content

[Feature] cor_sort() can deal with non-square matrices #412

[Feature] cor_sort() can deal with non-square matrices

[Feature] cor_sort() can deal with non-square matrices #412

Triggered via pull request December 18, 2024 14:50
Status Success
Total duration 2m 27s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint / lint: R/cor_sort.R#L62
file=R/cor_sort.R,line=62,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint / lint: R/cor_sort.R#L62
file=R/cor_sort.R,line=62,col=6,[any_is_na_linter] anyNA(x) is better than any(is.na(x)).
lint / lint: R/cor_sort.R#L63
file=R/cor_sort.R,line=63,col=5,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
lint / lint: R/cor_sort.R#L88
file=R/cor_sort.R,line=88,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint / lint: R/cor_sort.R#L88
file=R/cor_sort.R,line=88,col=18,[vector_logic_linter] Use `&&` in conditional expressions.
lint / lint: R/cor_test.R#L4
file=R/cor_test.R,line=4,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 224 characters.
lint / lint: R/cor_test.R#L121
file=R/cor_test.R,line=121,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 52 to at most 40.
lint / lint: R/cor_test.R#L140
file=R/cor_test.R,line=140,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 126 characters.
lint / lint: R/cor_test.R#L240
file=R/cor_test.R,line=240,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/cor_test.R#L242
file=R/cor_test.R,line=242,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.