From 2e758203a4597f404d259fb90decf31aa791a36f Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 26 Dec 2024 13:59:04 +0100 Subject: [PATCH] mark TODO --- R/cor_sort.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/cor_sort.R b/R/cor_sort.R index f587b7ea..53ff403d 100644 --- a/R/cor_sort.R +++ b/R/cor_sort.R @@ -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)") }