Skip to content

Commit 60f25bf

Browse files
authored
Update Chapter_04.md
Align installation guide with software setup on landing page
1 parent d7ee125 commit 60f25bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/chapters/Chapter_04.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ Check out the [Quarto gallery](https://quarto.org/docs/gallery/) to see its capa
2121
In this part of the tutorial, we'll focus on using Quarto with R. But remember, Quarto isn't limited to [R](https://quarto.org/docs/computations/r.html) — it also works with Python, Julia, and Observable JS!
2222

2323
### Installation Guide
24-
Before we start, it's essential to set up our environment. Here's what you need:
24+
Before we start, it's essential to set up our environment. Here's what you need (you should already have the first three from the [software setup](../../#software-setup)):
2525

2626
1. **RStudio Installation**: Ensure you have the latest version of RStudio. This will provide the best compatibility with Quarto.
2727

28-
2. **Quarto Installation:** Visit the [Quarto website](https://quarto.org/) for installation instructions. For a more detailed guide, check out the [Quarto guide]([https://quarto.org/](https://quarto.org/docs/guide/)). Make sure to follow the steps appropriate for your operating system.
28+
2. **Quarto Installation**: Visit the [Quarto website](https://quarto.org/) for installation instructions. For a more detailed guide, check out the [Quarto guide]([https://quarto.org/](https://quarto.org/docs/guide/)). Make sure to follow the steps appropriate for your operating system.
2929

30-
3. **TinyTeX Setup**
30+
3. **TinyTeX Setup**:
3131
TinyTeX is a minimal TeX distribution specifically tailored for Quarto, which you'll need for generating PDFs. Here's how to install it:
3232
- Open RStudio, navigate to *Tools* > *Terminal* > *New Terminal*.
3333
- In the terminal, type *quarto install tinytex* to start the installation process.
3434

35-
4. **Update R Packages**
35+
4. **Update R Packages**:
3636
To ensure smooth operation with Quarto, update the following R packages by running this command in RStudio:
3737

3838
```R

0 commit comments

Comments
 (0)