Package: imputeTestbench
Type: Package
Title: Test Bench for the Comparison of Imputation Methods
Date: 2016-11-02
Version: 3.0.0
Description: Provides a test bench for the comparison of missing data imputation 
    methods in univariate time series. Imputation methods are compared using RMSE, 
    MAE or MAPE 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
URL: http://www.neerajbokde.com/cran/imputetestbench
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: 5.0.1
Suggests: knitr, rmarkdown, magrittr
NeedsCompilation: no
Packaged: 2016-11-02 19:55:13 UTC; MBeck
Author: Neeraj Bokde [aut],
  Marcus W. Beck [cre, aut]
Maintainer: Marcus W. Beck <mbafs2012@gmail.com>
Repository: CRAN
Date/Publication: 2016-11-03 11:06:03
