Skip to content

Commit

Permalink
Fix fontAutoColor with boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
chschan committed Sep 17, 2020
1 parent b02d7d4 commit a7d6089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/tableofdifferences.R
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ TableOfDifferences <- function(table1,
}
} else if (cond.shade == "Boxes")
{
cell.fill <- matrix(cell.fill, nrow = nrow(table1), ncol = ncol(table1))
tmp.fill <- cell.fill
for (i in cond.ord)
{
Expand Down

0 comments on commit a7d6089

Please sign in to comment.