Skip to content

Commit 2d9cd8a

Browse files
committed
fix month
1 parent 1f214ed commit 2d9cd8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/schedule.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ df$author <- gsub("Contributed\\s*until\\s*the\\s*beginning\\s*of\\s*the\\s*conf
2020

2121
# Day headers (edit dates if needed)
2222
day_headers <- c(
23-
"Day 1 — Wed. Sep 3, 2026",
24-
"Day 2 — Thu. Sep 4, 2026",
25-
"Day 3 — Fri. Sep 5, 2026"
23+
"Day 1 — Wed. Jun 3, 2026",
24+
"Day 2 — Thu. Jun 4, 2026",
25+
"Day 3 — Fri. Jun 5, 2026"
2626
)
2727

2828
# ---- Read palette (optional) ----

0 commit comments

Comments
 (0)