Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Sep 9, 2024
1 parent d0c2e3e commit 52748f7
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2166f0d2
344cf86a
4 changes: 2 additions & 2 deletions apa7_manuscript.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions get-started_1.html

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions get-started_2.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions get-started_3.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"href": "get-started_2.html",
"title": "Introduction to Quarto",
"section": "",
"text": "The tutorial uses the Visual Editor in RStudio. We recommend to frequently switch between Visual and Source mode during the tutorial to see how the raw markdown syntax looks like.\nRemember to put all .qmd files you download during the tutorial into the RStudio project directory you have created earlier.\nWe recommend to skip the caching section of the tutorial for now.\n\n\n\n\nIf you have problems during the tutorial come back here and see the next section for our list of anticipated issues. After completing the second tutorial, come back here and continue with the next tutorial on this page.\n\n\n\n\n\n\nLet’s start\n\n\n\nNow you can start the second tutorial at https://quarto.org/docs/get-started/computations/rstudio.html.\n\n\n\n\n\n\nWhenever you copy something from the tutorial website into your own .qmd document, always make sure that in RStudio you copy into Source mode instead of Visual mode. Otherwise, rendering the document will not work correctly because the visual mode adds some extra characters that brake the markdown syntax.\nThe tutorial discusses yaml options (e.g. df-print: paged) on how to display data.frames but does not actually print any data.frame in the .qmd document. You can add the following chunk to test the different df-print options:\n\n```{r}\nlibrary(palmerpenguins)\npenguins\n```\n\n\n \n\n\n\nCode linking (code-link: true) sometimes does not seem to work on all systems, we also do not know why…\nWhen you render the final .qmd document, this will produce an html file (computations.html) that you might want to share with some colleagues to show them your new analysis. However, be aware that the html file does not contain all necessary content and will possibly not display correctly on its own. To produce a single standalone .html file that you can share with others, add embed-resources: true to the html options in the YAML header. The final .html then should look something like this (there is also an additional option self-contained-math: true which tries to make sure that all your equations can be displayed without a connection to the internet):\n Download standalone .html",
"text": "The tutorial uses the Visual Editor in RStudio. We recommend to frequently switch between Visual and Source mode during the tutorial to see how the raw markdown syntax looks like.\nRemember to put all .qmd files you download during the tutorial into the RStudio project directory you have created earlier.\nWe recommend to skip the caching section of the tutorial for now.\n\n\n\n\nIf you have problems during the tutorial come back here and see the next section for our list of anticipated issues. After completing the second tutorial, come back here and continue with the next tutorial on this page.\n\n\n\n\n\n\nLet’s start\n\n\n\nNow you can start the second tutorial at https://quarto.org/docs/get-started/computations/rstudio.html.\n\n\n\n\n\n\nWhenever you copy something from the tutorial website into your own .qmd document, always make sure that in RStudio you copy into Source mode instead of Visual mode. Otherwise, rendering the document will not work correctly because the visual mode adds some extra characters that brake the markdown syntax.\nCode Linking (code-link: true) does not always work on all systems but we do not know why.\nThe tutorial discusses yaml options (e.g. df-print: paged) on how to display Data Frames but does not actually print any data.frame in the .qmd document. You can add the following chunk to test the different df-print options:\n\n```{r}\nlibrary(palmerpenguins)\npenguins\n```\n\n\n \n\n\n\nThe section on Inline Code mentions both the `{r} ` and `r ` syntax. If you plan to use Quarto mostly with R or are already familiar with Rmarkdown/knitr, we recommend using the `r ` syntax which is more intuitive in more advanced use cases. If you encounter some unexpected behavior, read the documentation here. The most important difference is that `r ` treats the output as markdown code while `{r} ` treats the output as ordinary text.\nWhen you render the final .qmd document, this will produce an html file (computations.html) that you might want to share with some colleagues to show them your new analysis. However, be aware that the html file does not contain all necessary content and will possibly not display correctly on its own. To produce a single standalone .html file that you can share with others, add embed-resources: true to the html options in the YAML header. The final .html then should look something like this (there is also an additional option self-contained-math: true which tries to make sure that all your equations can be displayed without a connection to the internet):\n Download standalone .html",
"crumbs": [
"1. Welcome",
"2. Quarto Tutorials",
Expand All @@ -220,7 +220,7 @@
"href": "get-started_2.html#tutorial-computations",
"title": "Introduction to Quarto",
"section": "",
"text": "The tutorial uses the Visual Editor in RStudio. We recommend to frequently switch between Visual and Source mode during the tutorial to see how the raw markdown syntax looks like.\nRemember to put all .qmd files you download during the tutorial into the RStudio project directory you have created earlier.\nWe recommend to skip the caching section of the tutorial for now.\n\n\n\n\nIf you have problems during the tutorial come back here and see the next section for our list of anticipated issues. After completing the second tutorial, come back here and continue with the next tutorial on this page.\n\n\n\n\n\n\nLet’s start\n\n\n\nNow you can start the second tutorial at https://quarto.org/docs/get-started/computations/rstudio.html.\n\n\n\n\n\n\nWhenever you copy something from the tutorial website into your own .qmd document, always make sure that in RStudio you copy into Source mode instead of Visual mode. Otherwise, rendering the document will not work correctly because the visual mode adds some extra characters that brake the markdown syntax.\nThe tutorial discusses yaml options (e.g. df-print: paged) on how to display data.frames but does not actually print any data.frame in the .qmd document. You can add the following chunk to test the different df-print options:\n\n```{r}\nlibrary(palmerpenguins)\npenguins\n```\n\n\n \n\n\n\nCode linking (code-link: true) sometimes does not seem to work on all systems, we also do not know why…\nWhen you render the final .qmd document, this will produce an html file (computations.html) that you might want to share with some colleagues to show them your new analysis. However, be aware that the html file does not contain all necessary content and will possibly not display correctly on its own. To produce a single standalone .html file that you can share with others, add embed-resources: true to the html options in the YAML header. The final .html then should look something like this (there is also an additional option self-contained-math: true which tries to make sure that all your equations can be displayed without a connection to the internet):\n Download standalone .html",
"text": "The tutorial uses the Visual Editor in RStudio. We recommend to frequently switch between Visual and Source mode during the tutorial to see how the raw markdown syntax looks like.\nRemember to put all .qmd files you download during the tutorial into the RStudio project directory you have created earlier.\nWe recommend to skip the caching section of the tutorial for now.\n\n\n\n\nIf you have problems during the tutorial come back here and see the next section for our list of anticipated issues. After completing the second tutorial, come back here and continue with the next tutorial on this page.\n\n\n\n\n\n\nLet’s start\n\n\n\nNow you can start the second tutorial at https://quarto.org/docs/get-started/computations/rstudio.html.\n\n\n\n\n\n\nWhenever you copy something from the tutorial website into your own .qmd document, always make sure that in RStudio you copy into Source mode instead of Visual mode. Otherwise, rendering the document will not work correctly because the visual mode adds some extra characters that brake the markdown syntax.\nCode Linking (code-link: true) does not always work on all systems but we do not know why.\nThe tutorial discusses yaml options (e.g. df-print: paged) on how to display Data Frames but does not actually print any data.frame in the .qmd document. You can add the following chunk to test the different df-print options:\n\n```{r}\nlibrary(palmerpenguins)\npenguins\n```\n\n\n \n\n\n\nThe section on Inline Code mentions both the `{r} ` and `r ` syntax. If you plan to use Quarto mostly with R or are already familiar with Rmarkdown/knitr, we recommend using the `r ` syntax which is more intuitive in more advanced use cases. If you encounter some unexpected behavior, read the documentation here. The most important difference is that `r ` treats the output as markdown code while `{r} ` treats the output as ordinary text.\nWhen you render the final .qmd document, this will produce an html file (computations.html) that you might want to share with some colleagues to show them your new analysis. However, be aware that the html file does not contain all necessary content and will possibly not display correctly on its own. To produce a single standalone .html file that you can share with others, add embed-resources: true to the html options in the YAML header. The final .html then should look something like this (there is also an additional option self-contained-math: true which tries to make sure that all your equations can be displayed without a connection to the internet):\n Download standalone .html",
"crumbs": [
"1. Welcome",
"2. Quarto Tutorials",
Expand Down
30 changes: 15 additions & 15 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/apa7_manuscript.html</loc>
<lastmod>2024-09-09T09:24:50.436Z</lastmod>
<lastmod>2024-09-09T13:32:58.472Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/get-started_2.html</loc>
<lastmod>2024-09-09T09:24:50.464Z</lastmod>
<lastmod>2024-09-09T13:32:58.500Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/index.html</loc>
<lastmod>2024-09-09T09:24:50.464Z</lastmod>
<lastmod>2024-09-09T13:32:58.500Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/comments.html</loc>
<lastmod>2024-09-09T09:24:50.436Z</lastmod>
<lastmod>2024-09-09T13:32:58.472Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/preparations.html</loc>
<lastmod>2024-09-09T09:24:50.480Z</lastmod>
<lastmod>2024-09-09T13:32:58.516Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/links.html</loc>
<lastmod>2024-09-09T09:24:50.480Z</lastmod>
<lastmod>2024-09-09T13:32:58.516Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/quarto_exercises.html</loc>
<lastmod>2024-09-09T09:24:50.480Z</lastmod>
<lastmod>2024-09-09T13:32:58.516Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/quarto_manuscripts.html</loc>
<lastmod>2024-09-09T09:24:50.480Z</lastmod>
<lastmod>2024-09-09T13:32:58.516Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/presentation.html</loc>
<lastmod>2024-09-09T09:24:50.480Z</lastmod>
<lastmod>2024-09-09T13:32:58.516Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/get-started_3.html</loc>
<lastmod>2024-09-09T09:24:50.464Z</lastmod>
<lastmod>2024-09-09T13:32:58.500Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/slideshow.html</loc>
<lastmod>2024-09-09T09:24:50.504Z</lastmod>
<lastmod>2024-09-09T13:32:58.540Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/quarto_tutorials.html</loc>
<lastmod>2024-09-09T09:24:50.480Z</lastmod>
<lastmod>2024-09-09T13:32:58.516Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/get-started_1.html</loc>
<lastmod>2024-09-09T09:24:50.464Z</lastmod>
<lastmod>2024-09-09T13:32:58.500Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/about.html</loc>
<lastmod>2024-09-09T09:24:50.436Z</lastmod>
<lastmod>2024-09-09T13:32:58.472Z</lastmod>
</url>
<url>
<loc>https://lmu-osc.github.io/introduction-to-Quarto/webr.html</loc>
<lastmod>2024-09-09T09:24:50.504Z</lastmod>
<lastmod>2024-09-09T13:32:58.540Z</lastmod>
</url>
</urlset>
4 changes: 2 additions & 2 deletions slideshow.html

Large diffs are not rendered by default.

0 comments on commit 52748f7

Please sign in to comment.