[Feature] cor_sort() can deal with non-square matrices #413
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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:
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:
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:
R/cor_sort.R#L80
file=R/cor_sort.R,line=80,col=6,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
Lint:
R/cor_sort.R#L81
file=R/cor_sort.R,line=81,col=7,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
Lint:
R/cor_sort.R#L95
file=R/cor_sort.R,line=95,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
|
Lint:
R/cor_sort.R#L95
file=R/cor_sort.R,line=95,col=18,[vector_logic_linter] Use `&&` in conditional expressions.
|
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:
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:
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.
|
Loading