Skip to content

Commit

Permalink
fix colname
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Oct 7, 2024
1 parent ac8edd5 commit 12a7b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/distance_to_centroid.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ distance_to_centroid <- function(
}

DT[, rank_distance_centroid :=
data.table::frank(dist_group_centroid, ties.method = ties.method),
data.table::frank(distance_centroid, ties.method = ties.method),
by = c(group)]
}
return(DT[])
Expand Down

0 comments on commit 12a7b5b

Please sign in to comment.