Package: imputeTestbench
Type: Package
Title: Test Bench for the Comparison of Imputation Methods
Date: 2017-06-22
Maintainer: Marcus W. Beck <mbafs2012@gmail.com>
Version: 3.0.1
Description: Provides a test bench for the comparison of missing data imputation 
    methods in uni-variate time series. Imputation methods are compared using 
    different error metrics. Proposed imputation methods and alternative error 
    metrics can be used.
Imports: dplyr, forecast, ggplot2, imputeTS, reshape2, stats, tidyr,
        zoo
BugReports: https://github.com/neerajdhanraj/imputeTestbench/issues
License: CC0
Authors@R: c(
	person(given = "Neeraj", family = "Bokde",
    role = c("aut"),
    email = "neerajdhanraj@gmail.com"
    ),
	person(given = "Marcus W.", family = "Beck",
    role = c("cre", "aut"),
    email = "mbafs2012@gmail.com"
    )
  )
LazyData: TRUE
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, magrittr
NeedsCompilation: no
Packaged: 2017-06-22 22:58:39 UTC; Marcus
Author: Neeraj Bokde [aut],
  Marcus W. Beck [cre, aut]
Repository: CRAN
Date/Publication: 2017-06-23 09:14:36 UTC
