0

Trying to start using Quarto together with Rstudio.

Followed the instructions here: https://quarto.org/docs/get-started/hello/rstudio.html

When I run the following commands I obtain:

> quarto_version()

[1] ‘1.0.38’

> quarto_path()

[1] "C:\\Users\\jld\\AppData\\Local\\Programs\\Quarto\\bin\\quarto.cmd"

There are no Quarto options in the Global options.

I can't choose Quarto from File or choose it as document type, see images below.

Any ideas on what is wrong?

File meny

Document type

Richard Telford
  • 9,558
  • 6
  • 38
  • 51
Carl Alm
  • 3
  • 1
  • 2
    What's your Rstudio version?! Do you have the most recent update? – shafee Aug 13 '22 at 23:33
  • RStudio Version 1.3.1093 R version 4.2.1 – Carl Alm Aug 16 '22 at 13:44
  • Also an additional suggestion, you can use `rstudioapi::versionInfo()` from the [`{rstudioapi}`](https://rstudio.github.io/rstudio-extensions/pkgdown/rstudioapi/index.html) package to get the Rstudio version info nicely. – shafee Aug 16 '22 at 14:23

1 Answers1

0

What I am understanding from your comment is that you are using an older version of Rstudio. From the Quarto Website it is said that to use quarto, we are required to use the RStudio (v2022.07).

So update your Rstudio version.

shafee
  • 15,566
  • 3
  • 19
  • 47