Closed erikvona closed 3 months ago
@erikvona going to upstream a portion of the printing cut-off to the main webR repo. The difference with the webR REPL vs the quarto-webr
code cell is we're using Shelter.captureR()
instead of Console
to obtain and process output.
The later portion regarding the asis
is related to #166
Relevant ticket: https://github.com/r-wasm/webr/issues/434
George expanded the buffer in webR. So the latest version has been fixed. It'll propagate out in either v0.3.4/v0.4.0.
Bug description
The output of chunks in WebR is being heavily truncated. This causes the package gt to malfunction, since a table contains so much CSS it is pretty much always truncated
Steps to reproduce