Installing Extensions in RStudio #7851
-
DescriptionI'm trying to install extensions for Quarto presentations (for example, the I tried using the documentation https://quarto.org/docs/extensions/managing.html and https://quarto.org/docs/extensions/revealjs.html and also following the instructions from the extension's GitHub. https://github.com/coatless-quarto/illinois-revealjs I also tried looking for any info on RStudio and its GitHub page but struck out there -- I think someone over there actually asked the same question a while ago and got no responses. After trying all of the above, I think it successfully downloaded the extension, but when I try to run
I get the error message
and the However, when I set Anyone have guidance on how to do the installation / use inside of RStudio? Thanks! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If the extension installed in the same folder than your document, or at the root of the Quarto project ? Can you check this ? You can run in your working directory / quarto project or document folder the following quarto list extensions It should find the extension. If not installed in the right place, quarto won't find it. |
Beta Was this translation helpful? Give feedback.
I opened an issue so that we try to handle such case with more helpful error
Thanks for the report !