Skip to content

Commit

Permalink
tabularray: vectorized colors
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 3, 2024
1 parent 785de85 commit d5b0ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/style_tabularray.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ setMethod(

rec <- rec[rec$set != "" | rec$span != "", , drop = FALSE]

recj <- split(rec, rec$j)
recj <- split(rec, list(rec$j, rec$set, rec$span))
for (rj in recj) {
all_i <- seq_len(x@nrow + x@nhead)

Expand Down

0 comments on commit d5b0ef1

Please sign in to comment.