Skip to content

gt table disappears in dashboard with quarto 1.4.555 #9939

@olivroy

Description

@olivroy

Bug description

With dev gt 0.10.9000, a simple dashboard with a gt table disappears. Follow-up to #9696 (comment). Note that this works in Quarto 1.4.554

Steps to reproduce

---
title: title
format: dashboard
---

```{r}
library(gt)
```

# Title

## Row

```{r}
#| title: gt

gt::gt(gt::exibble)
```

Expected behavior

The table should show in the dashboard

Actual behavior

The dashboard is empty
image

Your environment

RStudio 2024.07+215
Windows
gt 0.10.9000

Quarto check output

Quarto 1.4.555
[>] Checking versions of quarto binary dependencies...
      Pandoc version 3.1.11: OK
      Dart Sass version 1.69.5: OK
      Deno version 1.37.2: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
      Version: 1.4.555
      Path: C:\Users\username\AppData\Local\Programs\RStudio\resources\app\bin\quarto\bin
      CodePage: 1252

[>] Checking tools....................OK
      TinyTeX: (external install)
      Chromium: (not installed)

[>] Checking LaTeX....................OK
      Using: TinyTex
      Path: C:\Users\username\AppData\Roaming\TinyTeX\bin\windows\
      Version: 2024

[>] Checking basic markdown render....OK

[>] Checking Python 3 installation....(None)

      Unable to locate an installed version of Python 3.
      Install Python 3 from https://www.python.org/downloads/

[>] Checking R installation...........OK
      Version: 4.3.2
      Path: C:/PROGRA~1/R/R-43~1.2
      LibPaths:
        - C:/Users/username/AppData/Local/R/win-library/4.3
        - C:/Program Files/R/R-4.3.2/library
      knitr: 1.47
      rmarkdown: 2.27

[>] Checking Knitr engine render......OK

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdashboardsneeds-discussionIssues that require a team-wide discussion before proceeding furthertablesIssues with Tables including the gt integration

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions