Package: clockplot Type: Package Title: Plot Event Times on a 24-Hour Clock Version: 0.8.3 Authors@R: person(given = c("Abdullah", "Al"), family = "Mahmud", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-2814-8798"), email = "almahmud.sbi@gmail.com") Description: Provides a novel visualization technique for plotting timestamped events on a 24-hour circular clock face. This is particularly useful for analyzing daily patterns, event clustering, and gaps in temporal data. The package also generalizes this approach to create cyclic charts for other periods, including weekly and monthly cycles, enabling effective event planning and pattern analysis across multiple time frames. License: MIT + file LICENSE Imports: dplyr, tidyr, tibble, ggplot2, hms, rlang Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Depends: R (>= 2.10) Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr URL: https://github.com/mahmudstat/clockplot/ BugReports: https://github.com/mahmudstat/clockplot/issues Language: en-US Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev Repository: https://mahmudstat.r-universe.dev Date/Publication: 2026-02-20 05:23:45 UTC RemoteUrl: https://github.com/mahmudstat/clockplot RemoteRef: HEAD RemoteSha: a4f515adbef8e3a681d6be91fc3102a2a3eee9d4 NeedsCompilation: no Packaged: 2026-06-20 08:42:16 UTC; root Author: Abdullah Al Mahmud [aut, cre, cph] (ORCID: ) Maintainer: Abdullah Al Mahmud