diff --git a/episodes/quarto.Rmd b/episodes/quarto.Rmd index 050f728c..e9d724a6 100644 --- a/episodes/quarto.Rmd +++ b/episodes/quarto.Rmd @@ -55,11 +55,9 @@ Furthermore, it can generate output from the same underlying script in multiple ::::::::::::::::::::::::::::::::::::: {.prereq} -## Install Quarto +## Installing Quarto -If you haven't done so already, you will need to [install Quarto](https://quarto.org/docs/get-started/), which is separate from R. - -You will also need to install the `quarto` R package with `install.packages("quarto")`. +As of v2022.07.1, [RStudio comes with Quarto](https://docs.posit.co/ide/user/ide/guide/documents/quarto-project.html), so you don't need to install it separately. If you can't run Quarto from RStudio, we recommend installing the latest version of RStudio. ::::::::::::::::::::::::::::::::::::: diff --git a/learners/setup.md b/learners/setup.md index cb38fd34..3ed2b206 100644 --- a/learners/setup.md +++ b/learners/setup.md @@ -7,8 +7,7 @@ title: Setup Follow these instructions to install the required software on your computer. - [Download and install the latest version of R](https://www.r-project.org/). -- [Download and install RStudio](https://www.rstudio.com/products/rstudio/download/#download). RStudio is an application (an integrated development environment or IDE) that facilitates the use of R and offers a number of nice additional features. You will need the free Desktop version for your computer. -- [Download and install Quarto](https://quarto.org/docs/download/). Quarto is a program for authoring documents in a variety of formats using code. It is used in this workshop to generate a dynamic report. +- [Download and install RStudio](https://www.rstudio.com/products/rstudio/download/#download). RStudio is an application (an integrated development environment or IDE) that facilitates the use of R and offers a number of nice additional features, including the [Quarto](https://quarto.org/) publishing system. You will need the free Desktop version for your computer. - Install the necessary R packages with the following command: ```r