We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf039c9 commit de92f9cCopy full SHA for de92f9c
schedule.qmd
@@ -16,7 +16,7 @@ library(tidyverse)
16
```
17
18
```{r}
19
-#| include: false
+#| eval: false
20
# Aim: create ical of all lectures and practicals of TDS
21
# Start date of week 1 (source: https://www.leeds.ac.uk/term-dates)
22
w_start = as.Date("2025-09-29")
@@ -154,10 +154,6 @@ readLines("data/timetable.ics")
154
readr::write_csv(tt_csv, "data/timetable.csv")
155
# # Export timetable to Excel:
156
# writexl::write_xlsx(tt_csv, "~/OneDrive/career/modules/tds/2026/TRAN5340M-timetable-draft-v2.xlsx")
157
-```
158
-
159
-```{r}
160
161
# system("gh release create 2026")
162
system("gh release upload 2026 data/timetable.ics data/timetable.csv --clobber")
163
0 commit comments