Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Oct 24, 2024
1 parent 5876aa1 commit 1258a53
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.4.1'
use-public-rspm: true
use-public-rspm: true

- name: Install R Dependencies
uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A module teaching how to use data science to solve transport problems.

You should have the latest stable release of R (4.3.0 or above) and be comfortable with computing in general, for example creating folders, moving files, and installing software.

We recommend installing this software on a computer with decent resources (e.g. a laptop with 8 GB of more RAM).
We recommend installing this software on a computer with decent resources (e.g. a laptop with 8 GB of RAM).

## Data science experience prerequisites

Expand Down
10 changes: 9 additions & 1 deletion materials.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@ title: "Course Materials"
- [Practical 5](p5)
- [Practical 6](p6)

[Datasets](data/)
- [Datasets](data/)
- [Slides](slides/) (those not included in the practicals)

```{bash}
#| eval: false
#| echo: false
cd docs/slides
docker run --rm -t -v .:/slides astefanutti/decktape -s 1280x720 generic https://itsleeds.github.io/TDStests/slides/intro.html intro.pdf
firefox intro.pdf
```

0 comments on commit 1258a53

Please sign in to comment.