-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DiagrammeR::grViz() in chunk not working in new versions of Quarto #218
Comments
Can you share you .qmd please ? This would allow to have a closer look. Or just an example of what you are doing. Otherwise, I can only guess what you are doing. Thank you |
example.qmd
|
How do you render ? Which quarto version to you have ? Which version of the R package . I can't reproduce ---
title: Test
keep-md: true
---
```{r}
DiagrammeR::grViz("digraph {
graph [layout = dot, rankdir = LR]
node [shape = rectangle, style = filled, fillcolor = Linen]
owner [label = 'Owner', shape = circle]
}")
``` I used latest pre-release Quarto 1.6.37, with R 4.4.2 and those packages versions
|
Huh, strange, I was using the same versions.. I suppose I'll close for now. I'm glad it works on your end. |
If it does not work for you, then we need to find why. So don't hesitate to reopen and share more information. |
After updating Quarto and rendering my .qmd, I got this error output instead of the diagram:
TypeError: Assignment to constant variable.
I had to downgrade back to 1.3.450 to fix it.
The text was updated successfully, but these errors were encountered: