The Come On Man

Results 4 comments of The Come On Man

Sorry for not getting back on this until now. I've never worked with DST and I'm afraid I don't know how to recreate this. I tried this https://stackoverflow.com/questions/23611556/missing-hour-in-seq-function-generating-time-in-r but I...

This isn't configurable through the function itself but I'd be happy to accept a PR. You'd have to add a size mapping to the `StatCalendarMonthBreaks` function.

`ggplot_calendar_heatmap` uses `month.abb` to get the month names. As a work around, you could change that vector to the names of the months in Portugese.

As a workaround for now, you can use the `vcGroupingColumnNames` argument, rename your column to `Year` from `year`. This happens because https://github.com/AtherEnergy/ggTimeSeries/blob/a6233974af05e2cea3535c17d47082f1dc7fef2e/R/ggplot_calendar_heatmap.R#L98 adds NAs to the year column. That bit...