Skip to content

Commit

Permalink
Update R/distances.R
Browse files Browse the repository at this point in the history
addition of missing space

Co-authored-by: Hugo Flávio <[email protected]>
  • Loading branch information
dsmith-unbc and hugomflavio authored Dec 6, 2024
1 parent 1c63547 commit 6c5fd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/distances.R
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ distancesMatrix <- function(t.layer, starters = NULL, targets = NULL,

target_dir <- ""

while(!dir.exists(target_dir)) {
while (!dir.exists(target_dir)) {
target_dir <- readline(paste0("Specify the folder to save",
" 'distances.csv' to.",
" Hit enter to skip."))
Expand Down

0 comments on commit 6c5fd8a

Please sign in to comment.