Skip to content

Commit

Permalink
Remove quarto installation instructions. Fixes #44
Browse files Browse the repository at this point in the history
  • Loading branch information
carpentries-bot authored and joelnitta committed Jul 19, 2024
1 parent b471c64 commit 2e2bb7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions episodes/quarto.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::::::::::::::::::::::::::::::::::::

Expand Down
3 changes: 1 addition & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e2bb7b

Please sign in to comment.