We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f214ed commit 2d9cd8aCopy full SHA for 2d9cd8a
R/schedule.R
@@ -20,9 +20,9 @@ df$author <- gsub("Contributed\\s*until\\s*the\\s*beginning\\s*of\\s*the\\s*conf
20
21
# Day headers (edit dates if needed)
22
day_headers <- c(
23
- "Day 1 — Wed. Sep 3, 2026",
24
- "Day 2 — Thu. Sep 4, 2026",
25
- "Day 3 — Fri. Sep 5, 2026"
+ "Day 1 — Wed. Jun 3, 2026",
+ "Day 2 — Thu. Jun 4, 2026",
+ "Day 3 — Fri. Jun 5, 2026"
26
)
27
28
# ---- Read palette (optional) ----
0 commit comments