Skip to content

Commit

Permalink
Disable monthday and yearday gg_season wrap formats due to date issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed May 12, 2024
1 parent a4a7df3 commit 14fd4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/graphics.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 14fd4bd

Please sign in to comment.