I can run Quarto in my RStudio terminal, but it's not in the UI (compose a Quarto Doc, ect) #7492
Replies: 2 comments 5 replies
-
What is the version of RStudio you are using? Did you check the getting started guide? https://quarto.org/docs/get-started/hello/rstudio.html |
Beta Was this translation helpful? Give feedback.
5 replies
-
Will do, thx
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I can run Quarto Check, Quarto Render and Preview in Terminal, but there is no Quarto Doc compose option. How do I get that to work? Thx in advance.

$ quarto check
Quarto 1.4.451
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.1.8: OK
Dart Sass version 1.55.0: OK
Deno version 1.33.4: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.4.451
Path: C:\Users\tmeek\AppData\Local\Programs\Quarto\bin
CodePage: 1252
[>] Checking tools....................OK
TinyTeX: v2023.05
Chromium: 869685
[>] Checking LaTeX....................OK
Using: TinyTex
Path: C:\Users\tmeek\AppData\Roaming\TinyTeX\bin\windows
Version: 2023
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....OK
Version: 3.9.7 (Conda)
Path: C:/ProgramData/Anaconda3/python.exe
Jupyter: 4.8.1
Kernels: python3
[>] Checking Jupyter engine render....OK
[>] Checking R installation...........OK
Version: 4.2.2
Path: C:/Users/tmeek/AppData/Local/Programs/R/R-4.2.2
LibPaths:
- C:/Users/tmeek/AppData/Local/Programs/R/R-4.2.2/library
knitr: 1.43
rmarkdown: 2.25
[>] Checking Knitr engine render......OK
Beta Was this translation helpful? Give feedback.
All reactions