Skip to content

Commit

Permalink
Fine tweaks to slides and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martinherrerias committed Nov 28, 2024
1 parent da6d004 commit d4c6d8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

Quarto enables you to weave together content and executable code into a finished presentation. To learn more about Quarto presentations see <https://quarto.org/docs/presentations/>.

The repo is `R` - specific only in that it installs `R`, `rmarkdown` and `knitr` as part of the automated build action: `.github/workflows/render-quarto.yml`.
Slides should be rendered automatically to `gh-pages`, in this case: <https://uomresearchit.github.io/Quarto-RevealJS-R/>

The repo is `R` - specific only in that it installs `R`, `rmarkdown` and `knitr` as part of the [render-quarto.yml](.github/workflows/render-quarto.yml) build action.
5 changes: 3 additions & 2 deletions slides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ format:
# filters:
# - include-code-files
# eval: false
echo: true
code-line-numbers: true
---

## Quarto
Expand All @@ -29,15 +31,14 @@ When you click the **Render** button a document will be generated that includes:
When you click the **Render** button a presentation will be generated that includes both content and the output of embedded code. You can embed code like this:

```{r}
#| code-line-numbers: false
1 + 1
```

## Fancier Code Blocks

```{r, filename='fake_script.R'}
#| echo: true
#| eval: false
#| code-line-numbers: true
# Multiply two numbers
multiply <- function(a, b) {
Expand Down

0 comments on commit d4c6d8b

Please sign in to comment.