Skip to content

Commit 8cf79ab

Browse files
committed
adds allow.cartesian = TRUE
1 parent 0244750 commit 8cf79ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/utils_balanced_design.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
all_possibilities = merge(
3333
all_possibilities,
3434
unique(input[, c(cols, group_col), with = FALSE]),
35-
all.x = TRUE, by = c("feature", group_col))
35+
all.x = TRUE, by = c("feature", group_col), allow.cartesian = TRUE)
3636
all_possibilities = merge(
3737
all_possibilities,
3838
unique(input[, annotation_cols, with = FALSE]),

0 commit comments

Comments
 (0)