Skip to content

Commit

Permalink
mark TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 26, 2024
1 parent f303577 commit 2e75820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cor_sort.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cor_sort.easycormatrix <- function(x, distance = "correlation", hclust_method =
row.names(m) <- x$Parameter
m <- as.matrix(m[names(m)[names(m) != "Parameter"]])

# If non-redundant matrix, fail (TODO: fix that)
# If non-redundant matrix, fail (## TODO: fix that)
if (anyNA(m)) {
insight::format_error("Non-redundant matrices are not supported yet. Try again by setting summary(..., redundant = TRUE)")

Check warning on line 63 in R/cor_sort.R

View workflow job for this annotation

GitHub Actions / lint / lint

file=R/cor_sort.R,line=63,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 126 characters.

Check warning on line 63 in R/cor_sort.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=R/cor_sort.R,line=63,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 126 characters.
}
Expand Down

0 comments on commit 2e75820

Please sign in to comment.