Skip to content

Commit

Permalink
Fix for lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
GregJohnsonJr committed Nov 7, 2024
1 parent e3bc2cb commit 756717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 756717e

Please sign in to comment.