Skip to content

Commit

Permalink
dcolumn bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 2, 2024
1 parent d3be54f commit 295316d
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 @@ -93,7 +93,7 @@ style_apply_tabularray <- function(x) {
if (!identical(halign, "d")) {
set[idx] <- sprintf("%s, halign=%s,", set[idx], halign)
} else {
dcol <- get_dcolumn(rec[row]$j[1], x)
dcol <- get_dcolumn(rec[row, "j"], x)
set[idx] <- sprintf("%s, %s", set[idx], dcol)
}
}
Expand Down

0 comments on commit 295316d

Please sign in to comment.