Package: padr
Type: Package
Title: Quickly Get Datetime Data Ready for Analysis
Version: 0.1.0
Author: Edwin Thoen
Maintainer: Edwin Thoen <edwinthoen@gmail.com>
Description: Transforms datetime data into a format ready for analysis. It offers two functionalities; aggregating data to a higher level interval (thicken) and imputing records where observations were absent (pad). It also offers a few functions that assist with filling missing values after padding.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0.0)
Imports: Rcpp
Suggests: lubridate, ggplot2, testthat, knitr, rmarkdown, lazyeval,
        dplyr, tidyr, data.table
RoxygenNote: 5.0.1
LinkingTo: Rcpp
VignetteBuilder: knitr
URL: https://github.com/EdwinTh/padr
BugReports: https://github.com/EdwinTh/padr/issues
NeedsCompilation: yes
Packaged: 2017-01-17 19:50:31 UTC; edwinthoen
Repository: CRAN
Date/Publication: 2017-01-17 22:36:46
