Skip to content

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

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

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

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

lint-changed-files.yaml

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

Annotations

1 error and 11 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-changed-files / lint-changed-files: 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-changed-files / lint-changed-files: 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-changed-files / lint-changed-files: 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-changed-files / lint-changed-files: 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-changed-files / lint-changed-files: R/cor_sort.R#L88
file=R/cor_sort.R,line=88,col=18,[vector_logic_linter] Use `&&` in conditional expressions.
lint-changed-files / lint-changed-files: tests/testthat/test-cor_sort.R#L7
file=tests/testthat/test-cor_sort.R,line=7,col=3,[expect_identical_linter] Use expect_identical(x, y) by default; resort to expect_equal() only when needed, e.g. when setting ignore_attr= or tolerance=.
lint-changed-files / lint-changed-files: tests/testthat/test-cor_sort.R#L11
file=tests/testthat/test-cor_sort.R,line=11,col=3,[expect_identical_linter] Use expect_identical(x, y) by default; resort to expect_equal() only when needed, e.g. when setting ignore_attr= or tolerance=.
lint-changed-files / lint-changed-files: tests/testthat/test-cor_sort.R#L16
file=tests/testthat/test-cor_sort.R,line=16,col=3,[expect_identical_linter] Use expect_identical(x, y) by default; resort to expect_equal() only when needed, e.g. when setting ignore_attr= or tolerance=.
lint-changed-files / lint-changed-files: tests/testthat/test-cor_sort.R#L20
file=tests/testthat/test-cor_sort.R,line=20,col=3,[expect_identical_linter] Use expect_identical(x, y) by default; resort to expect_equal() only when needed, e.g. when setting ignore_attr= or tolerance=.
lint-changed-files / lint-changed-files: tests/testthat/test-cor_sort.R#L20
file=tests/testthat/test-cor_sort.R,line=20,col=3,[expect_true_false_linter] expect_false(x) is better than expect_equal(x, FALSE)