hughjonesd / huxtable

An R package to create styled tables in multiple output formats, with a friendly, modern interface.
http://hughjonesd.github.io/huxtable
Other
321 stars 28 forks source link

Wide huxtables hang when rendered onscreen #72

Closed hughjonesd closed 6 years ago

hughjonesd commented 6 years ago

Test case:

library(huxtable)
ht <- as_hux(matrix("xxx", 10, 30))
ht
hughjonesd commented 6 years ago

The boundary seems to be sharp - it either returns at once or never - so I suspect there is an infinite loop.