Open textbooks with Quarto on GitHub Pages
@@ -352,24 +318,14 @@
1.2 Quarto
-
In the RStudio console, run the following (use the copy button to copy the code!):
-
-
-
# Install the necessary packages
-install.packages("rmarkdown")
-install.packages("quarto")
-
-# Load the necessary packages
-library(rmarkdown)
-library(quarto)
-
-
+
Download Quarto from the Quarto website. The website will automatically select the correct installation file based on your operating system.
+
Double click on the installation file to install it on your PC.
+
Check that Quarto is installed:
+
Restart RStudio.
-
Check whether Quarto is detected:
-
-
Go to the Terminal (next to the Console), type quarto --version and press Enter. A version number should appear.
+
In RStudio, go to the Terminal (next to the Console), type quarto --version and press Enter. A version number should appear.
Alternatively, go to File > New project > New directory and check whether the Quarto outputs are presented as options (Quarto project, Quarto website, Quarto blog, Quarto book)
-
+
diff --git a/docs/search.json b/docs/search.json
index 0e87951..b3c99a5 100644
--- a/docs/search.json
+++ b/docs/search.json
@@ -36,7 +36,7 @@
"href": "prerequisites.html#quarto",
"title": "1 Installation",
"section": "1.2 Quarto",
- "text": "1.2 Quarto\n\nIn the RStudio console, run the following (use the copy button to copy the code!):\n\n\n# Install the necessary packages\ninstall.packages(\"rmarkdown\")\ninstall.packages(\"quarto\")\n\n# Load the necessary packages\nlibrary(rmarkdown)\nlibrary(quarto)\n\n\nRestart RStudio.\nCheck whether Quarto is detected:\n\nGo to the Terminal (next to the Console), type quarto --version and press Enter. A version number should appear.\nAlternatively, go to File > New project > New directory and check whether the Quarto outputs are presented as options (Quarto project, Quarto website, Quarto blog, Quarto book)",
+ "text": "1.2 Quarto\n\nDownload Quarto from the Quarto website. The website will automatically select the correct installation file based on your operating system.\nDouble click on the installation file to install it on your PC.\nCheck that Quarto is installed:\n\nRestart RStudio.\nIn RStudio, go to the Terminal (next to the Console), type quarto --version and press Enter. A version number should appear.\nAlternatively, go to File > New project > New directory and check whether the Quarto outputs are presented as options (Quarto project, Quarto website, Quarto blog, Quarto book)",
"crumbs": [
"Basic set-up",
"1Installation"