Skip to content

Commit

Permalink
Add repo link to title slide
Browse files Browse the repository at this point in the history
  • Loading branch information
martinherrerias committed Nov 28, 2024
1 parent e45bd52 commit 993588a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Example scripts are provided in the `R` directory.

1. Install [R](https://www.r-project.org/) and [Quarto](https://quarto.org/docs/get-started/).

1. Install the [include-code-files](https://github.com/quarto-ext/include-code-files) extension:
1. If not already in `_extensions`, install [include-code-files](https://github.com/quarto-ext/include-code-files):

```.sh
quarto add quarto-ext/include-code-files
```

1. Render the slides:
1. Render the slides (they should be created in `docs/functions.html`):

```.sh
quarto render functions.qmd
quarto render
```
5 changes: 3 additions & 2 deletions functions.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "R Functions"
subtitle: "R User Group, University of Manchester"
author: Martin Herrerias Azcue (ResearchIT, UoM)
subtitle: "[https://github.com/RUMgroup/R-Functions/](https://github.com/RUMgroup/R-Functions/)"
institute: "ResearchIT, University of Manchester"
author: Martin Herrerias Azcue
date: 2023-11-28
format:
revealjs:
Expand Down

0 comments on commit 993588a

Please sign in to comment.