-
DescriptionBuild information: Running Quarto 1.5.56, RStudio 2024.04.2 Build 764 on Windows Dell XPS17 laptop The original error message received prompting me to try to install rsvg-convert was during 'quarto render --to pdf': "Could not convert a SVG to a PDF for output. Please ensure that rsvg-convert is available on the path". A google search for 'rsvg-convert Quarto' included the following URL: When I tried running this in Rstudio Console and Terminal windows, as well as Windows Command Prompt (it wasn't clear which prompt to use in my situation) I got the following error messages: Thanks for any help you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You need to install Chocolatey before you can use |
Beta Was this translation helpful? Give feedback.
Chocolatey is not an R package, see https://community.chocolatey.org.
rsvg-convert is also not an R package, it's a system library.