From 756717e6eedf617946af53d9b0db43b0821cc287 Mon Sep 17 00:00:00 2001 From: GregJohnsonJr Date: Thu, 7 Nov 2024 16:49:43 -0500 Subject: [PATCH] Fix for lintr --- R/cluster.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/cluster.R b/R/cluster.R index 3af05c7..491481f 100644 --- a/R/cluster.R +++ b/R/cluster.R @@ -207,7 +207,7 @@ read_count <- function(count_table_path) { #' @param j_index A list of j indexes, must be numeric #' @param distances A list of the distance at the i and j index #' @examples -#' +#' #' i_values <- as.integer(1:100) #' j_values <- as.integer(sample(1:100, 100, TRUE)) #' x_values <- as.numeric(runif(100, 0, 1))