You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
format: html
---
```{r}
library(gtsummary)
tbl_cross(trial, row = trt, col = response)
```
When rendering this with Quarto, the horizontal ruler appears above "Tumor Response" and not below as it should. I'm not sure if this is an issue with gtsummary, gt og Quarto, so forgive me if I'm posting in the wrong place.
This is using gtsummary v. 2.0.0 and Quarto v. 1.5.56 on Windows.
The text was updated successfully, but these errors were encountered:
@snhansen I think that is a good plan! I would include an example of what the table looks like when it's rendered interactively, how it looks with R markdown, and then showing the bug with Quarto.
Consider the example below.
When rendering this with Quarto, the horizontal ruler appears above "Tumor Response" and not below as it should. I'm not sure if this is an issue with
gtsummary
,gt
og Quarto, so forgive me if I'm posting in the wrong place.This is using
gtsummary
v. 2.0.0 and Quarto v. 1.5.56 on Windows.The text was updated successfully, but these errors were encountered: