Skip to content

Commit

Permalink
Update mclosest.R
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Oct 16, 2023
1 parent 21d3678 commit acf8b55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/mclosest.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ mclosest <- function(x,
ppm <- rep(ppm[1], nc)
if (length(tolerance) != nc)
tolerance <- rep(tolerance[1], nc)

## Initialize a vector to store closest row indices
closest_indices <- rep(NA_integer_ , nrow(x))
for (i in seq_len(nrow(x))) {
Expand Down

0 comments on commit acf8b55

Please # to comment.