Package: timefully Type: Package Title: Time-Series Management Made Easy Version: 0.1.1 Authors@R: person(given = "Marc", family = "Cañigueral", role = c("aut", "cre"), email = "marccanyigueral@gmail.com", comment = c(ORCID = "0000-0001-9724-5829")) Description: Manage time-series data frames across time zones, resolutions, and date ranges, while filling gaps using weekday/hour patterns or simple fill helpers or plotting them interactively. It is designed to work seamlessly with the tidyverse and dygraphs environments. License: GPL-3 Encoding: UTF-8 LazyData: true Suggests: testthat (>= 3.0.0), rmarkdown Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: cli, dplyr, lubridate, rlang, purrr, dygraphs URL: https://github.com/resourcefully-dev/timefully/, https://resourcefully-dev.github.io/timefully/ BugReports: https://github.com/resourcefully-dev/timefully/issues Language: en-US Config/pak/sysreqs: cmake make libuv1-dev Repository: https://resourcefully-dev.r-universe.dev Date/Publication: 2026-06-03 13:03:33 UTC RemoteUrl: https://github.com/resourcefully-dev/timefully RemoteRef: HEAD RemoteSha: bf6c06a7b0f1f97363773cab70588c08f0f516db NeedsCompilation: no Packaged: 2026-07-03 09:05:32 UTC; root Author: Marc Cañigueral [aut, cre] (ORCID: ) Maintainer: Marc Cañigueral