Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Sep 13, 2024
1 parent 4290ef7 commit 9e69d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/step1_rearrange.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ step1_rearrange = function(tmel) {

if (length(pids) > 0L) {
for (i in 1L:length(pids)) {
if (is.character(o2[[pids[i]]])) o2[[pids[i]]] = tm_pos_in(o2[[pids[i]]][1], o2[[pids[i]]][2])
if (is.character(o2[[pids[i]]]) || is.numeric(o2[[pids[i]]])) o2[[pids[i]]] = tm_pos_in(o2[[pids[i]]][1], o2[[pids[i]]][2])
}
}

Expand Down

0 comments on commit 9e69d89

Please sign in to comment.