-
Assuming in am averse to using the CLI to quarto, how do I actually install and use templates? It seems like they can only be installed using the CLI. So far, I've run:
Which executed successfully. I've then created an new
But am getting:
What am I missing? I'm working in RStudio 2023.03.0, R 4.2.2, Quarto 1.2.335 |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
May 1, 2023
Replies: 1 comment 3 replies
-
Did you run the command inside the directory where your document lives? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thus, the result was expected.
Not currently, but maybe RStudio will take care of that in the future.
Note that in RStudio when inside a project, you can open the integrated terminal and simply type
quarto add <owner>/<repository>
which will add the extension in the root of your RStudio project (quarto install extension
is kind of the old syntax).