Skip to content

Commit de92f9c

Browse files
committed
Update schedule
1 parent cf039c9 commit de92f9c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

schedule.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ library(tidyverse)
1616
```
1717

1818
```{r}
19-
#| include: false
19+
#| eval: false
2020
# Aim: create ical of all lectures and practicals of TDS
2121
# Start date of week 1 (source: https://www.leeds.ac.uk/term-dates)
2222
w_start = as.Date("2025-09-29")
@@ -154,10 +154,6 @@ readLines("data/timetable.ics")
154154
readr::write_csv(tt_csv, "data/timetable.csv")
155155
# # Export timetable to Excel:
156156
# writexl::write_xlsx(tt_csv, "~/OneDrive/career/modules/tds/2026/TRAN5340M-timetable-draft-v2.xlsx")
157-
```
158-
159-
```{r}
160-
#| include: false
161157
# system("gh release create 2026")
162158
system("gh release upload 2026 data/timetable.ics data/timetable.csv --clobber")
163159
```

0 commit comments

Comments
 (0)