Package: lubrilog Title: Get Insights on 'lubridate' Operations Version: 1.3.0 Authors@R: person("Mikael", "Moise", email = "mikaelmoise00@gmail.com", role = c("aut", "cre","cph")) Description: Provides a set of tools designed to enhance transparency and understanding of date-time manipulation functions from the 'lubridate' package. It provides detailed feedback about the operations performed by 'lubridate' functions, allowing users to better comprehend and debug their code. These insights serve as both a learning tool for newcomers and a debugging aid for programmers working with date-time data. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 2.10) LazyData: true Imports: cli, lubridate Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/arrismo/lubrilog BugReports: https://github.com/arrismo/lubrilog/issues Repository: https://arrismo.r-universe.dev Date/Publication: 2025-06-16 22:22:16 UTC RemoteUrl: https://github.com/arrismo/lubrilog RemoteRef: HEAD RemoteSha: e673c7d50c393ca6f2285dfc24880679d3f97a31 NeedsCompilation: no Packaged: 2026-07-15 08:44:30 UTC; root Author: Mikael Moise [aut, cre, cph] Maintainer: Mikael Moise