Search code examples
rstudioquarto

how do you find the version of quarto being run inside rstudio


I have rstudio 2022.12, and I'm wondering what version of quarto comes with it.

  • quarto_path() and

  • quarto_version()

Don't work


Solution

  • Open the Terminal (not the Console) inside RStudio and type:

    >quarto check
    
    [>] Checking Quarto installation......OK
          Version: 0.9.377
          Path: C:\Program Files\Quarto\bin\
          CodePage: 1252
    

    You can also run:

    >quarto --version