Package: padr Type: Package Title: Quickly Get Datetime Data Ready for Analysis Version: 0.7.0 Authors@R: person(given = "Edwin", family = "Thoen", role = c("aut", "cre"), email = "edwinthoen@gmail.com") Description: Transforms datetime data into a format ready for analysis. It offers two core functionalities; aggregating data to a higher level interval (thicken) and imputing records where observations were absent (pad). License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) Imports: Rcpp, dplyr (>= 1.0.0), lubridate, rlang Suggests: ggplot2, testthat, knitr, rmarkdown, lazyeval, tidyr, data.table RoxygenNote: 7.3.3 LinkingTo: Rcpp VignetteBuilder: knitr URL: https://edwinth.github.io/padr/, https://github.com/EdwinTh/padr BugReports: https://github.com/EdwinTh/padr/issues ByteCompile: true Repository: https://edwinth.r-universe.dev Date/Publication: 2026-07-03 10:15:53 UTC RemoteUrl: https://github.com/edwinth/padr RemoteRef: HEAD RemoteSha: 7ef2d41f368c465406f2a0247caffc0cfc88a7ec NeedsCompilation: yes Packaged: 2026-07-03 12:35:31 UTC; root Author: Edwin Thoen [aut, cre] Maintainer: Edwin Thoen