From 14fd4bd701785ed7d48e7a17858fb0f37f4357bf Mon Sep 17 00:00:00 2001 From: mitchelloharawild Date: Mon, 13 May 2024 02:08:23 +1000 Subject: [PATCH] Disable monthday and yearday gg_season wrap formats due to date issues --- R/graphics.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/graphics.R b/R/graphics.R index 79e9ea6c..1b2ff9c0 100644 --- a/R/graphics.R +++ b/R/graphics.R @@ -54,8 +54,8 @@ time_identifier <- function(idx, period, base = NULL, within = NULL, interval){ formats <- list( Weekday = "%A", - Monthday = "%d", - Yearday = "%j", + # Monthday = "%d", + # Yearday = "%j", Week = "W%V", Month = "%b", Year = "%Y",