Skip to content

Commit

Permalink
remove tapply in sits_regularize to support older R versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLipe committed May 22, 2024
1 parent ac3b16c commit f15eab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/api_regularize.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
breaks = timeline,
labels = FALSE
)
fi_groups <- unname(tapply(fi, groups, list))
fi_groups <- unname(split(fi, groups))
assets <- .common_size(
.discard(tile, "file_info"),
feature = timeline[unique(groups)],
Expand Down

0 comments on commit f15eab3

Please sign in to comment.