Skip to content

Commit

Permalink
differences for PR #45
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 18, 2024
1 parent 8099c91 commit eac77f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"episodes/files.Rmd" "b7f4ef83379a58d5c30d8e011e3b2c0d" "site/built/files.md" "2024-07-10"
"episodes/branch.Rmd" "6f1187d6df3310eb042aaae3a44328dc" "site/built/branch.md" "2024-07-10"
"episodes/parallel.Rmd" "3ec032e9a527138e70e2efb4e5a10410" "site/built/parallel.md" "2024-07-10"
"episodes/quarto.Rmd" "b854a0a44fd0ec7e503c9e99d21f8fce" "site/built/quarto.md" "2024-07-10"
"episodes/quarto.Rmd" "76b257de72894ab24e1d1852b6149bf9" "site/built/quarto.md" "2024-07-18"
"instructors/instructor-notes.md" "df3784ee5c0436a9e171071f7965d3fc" "site/built/instructor-notes.md" "2024-07-10"
"learners/reference.md" "3f06251c1f932e767ae8f22db25eb5a2" "site/built/reference.md" "2024-07-10"
"learners/setup.md" "f70118c3c9db0824c172248927d7a1af" "site/built/setup.md" "2024-07-10"
"learners/setup.md" "2c9965f182c4d73141cbf0bef2990f16" "site/built/setup.md" "2024-07-18"
"profiles/learner-profiles.md" "44d8b9d8aca7963e6577e8c67d23eac0" "site/built/learner-profiles.md" "2024-07-10"
"renv/profiles/lesson-requirements/renv.lock" "b771e019c59a11a94a4000b93ad77f9b" "site/built/renv.lock" "2024-07-10"
6 changes: 2 additions & 4 deletions quarto.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,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 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 eac77f8

Please sign in to comment.