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
observe difference in behavior (e.g., Positron output plain text while Rstudio supports multiple list outputs inline.
Expected or desired behavior:
Thank you so much for all the wonderful work in the Quarto inline output feature! In my workflows, I tend to work with objects that output multiple lists. Rstudios inline output capability in being able to interact with multiple list outputs is great as I am able to easily navigate between these multiple list outputs within the same code chunk. Attached is a video below demoing how certain objects output node and edge data for object of class "tbl_graph" "igraph" If this feature is already being tracked somewhere and I may have missed happy to follow it along there and close this one out! :-)
Take for example an object of class "tbl_graph" "igraph" and type "list" which I have included in a video demo below for both Rstudio and Positron behavior
Rstudio
rstudio-inline-multioutput-cap.mov
Positron
positron-no-multioutput-cap.mov
Were there any error messages in the UI, Output panel, or Developer Tools console?
System details:
Apple M3 Pro macOS Sequoia
Positron and OS details:
Session details:
R version 4.4.3 (2025-02-28)
Describe the issue:
Multiple list outputs are currently not supported in Quarto inline output code chunk.
Steps to reproduce the issue:
Expected or desired behavior:
Thank you so much for all the wonderful work in the Quarto inline output feature! In my workflows, I tend to work with objects that output multiple lists. Rstudios inline output capability in being able to interact with multiple list outputs is great as I am able to easily navigate between these multiple list outputs within the same code chunk. Attached is a video below demoing how certain objects output node and edge data for object of class
"tbl_graph" "igraph"If this feature is already being tracked somewhere and I may have missed happy to follow it along there and close this one out! :-)Take for example an object of class
"tbl_graph" "igraph"and type"list"which I have included in a video demo below for both Rstudio and Positron behaviorRstudio
rstudio-inline-multioutput-cap.mov
Positron
positron-no-multioutput-cap.mov
Were there any error messages in the UI, Output panel, or Developer Tools console?
NA