Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajdhanraj authored and cran-robot committed Jul 28, 2016
1 parent 83705f7 commit 7db9352
Show file tree
Hide file tree
Showing 13 changed files with 400 additions and 134 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: imputeTestbench
Type: Package
Title: Test Bench for Missing Data Imputing Models/Methods Comparison
Version: 1.2.0
Version: 2.0.2
Author: Neeraj Bokde
Maintainer: Neeraj Bokde <neerajdhanraj@gmail.com>
Description: Provides a Test bench for comparison of missing
Expand All @@ -11,13 +11,13 @@ Description: Provides a Test bench for comparison of missing
to add multiple numbers of methods to the existing methods available in test bench.
Imports: ggplot2, imputeTS, reshape2, methods, stats
BugReports: https://github.com/neerajdhanraj/imputeTestbench/issues
URL: http://www.neerajbokde.com/
URL: http://www.neerajbokde.com/cran/imputetestbench
License: GPL
LazyData: TRUE
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-06-19 10:14:55 UTC; NEERAJ
Packaged: 2016-07-28 10:13:08 UTC; NEERAJ
Repository: CRAN
Date/Publication: 2016-06-19 16:41:19
Date/Publication: 2016-07-28 17:28:31
24 changes: 12 additions & 12 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
2bf5d6cbc6fb1debc04b36c0e3f2b616 *DESCRIPTION
3aa1b5a7ad17e70251402a8568e7732f *NAMESPACE
d5161ad7ba19fd4bb7c7d1d883f3c2a5 *R/append_method.R
f3858f5c7900dfa2243860e11c05e8dc *DESCRIPTION
490378dbb490921d40be0a37655ade92 *NAMESPACE
a9429d358fac31f9197bb4769cccf99a *R/append_method.R
d669d33da67085fe3b536627fcd7a9af *R/error_functions.R
fb3f52e457b0b924a1a7599e06b2e353 *R/impute_errors.R
803029808c7a3361ca3a5fe5d4a7473b *R/plot_errors.R
ce1067872155c9283d6b6a04960e6a76 *R/impute_errors.R
912aafd7ef24ea34692950f312068b1e *R/plot_errors.R
fa1b29da8cdb6069f5a2064c91804783 *R/remove_method.R
5c37869e953de289f33b5717a3d4fdfa *build/vignette.rds
8adb2c03237ce74658db496a18e1d18d *inst/doc/imputeTestbench-Vignette.R
16f9551f5a1f1af4a6bf00ef47a60ecc *inst/doc/imputeTestbench-Vignette.Rmd
0c6761b6aef38e686ddc49bda63a03d4 *inst/doc/imputeTestbench-Vignette.html
8bc7d97340ba8c997e9118b566649c43 *man/append_method.Rd
29fc1b5a9445b9947a4274a508667494 *man/impute_errors.Rd
4db7445f65573e12c72055df4d526dce *inst/doc/imputeTestbench-Vignette.R
fd363f948a0fcc01cb4dc088de9ec9a7 *inst/doc/imputeTestbench-Vignette.Rmd
e6197e907703fa4831ea82b93afb1968 *inst/doc/imputeTestbench-Vignette.html
baa70e8f8cd15cc0bc5fa061e312a159 *man/append_method.Rd
0bff928a3a7f26061f958e4be285f663 *man/impute_errors.Rd
a1b43f0d6f7fed5e730b2234eb58d0b3 *man/mae.Rd
0d6cdfb32eb78266af7dc3eec091c297 *man/mape.Rd
2310169b56c8ff9707f1e6e69b89e34e *man/plot_errors.Rd
12591bed725dc8bfad80d5502f13252a *man/plot_errors.Rd
5d5542edaa215189f1bf4a0ccfb39a94 *man/remove_method.Rd
472e93fa5117100e12f5bb00358cb759 *man/rmse.Rd
16f9551f5a1f1af4a6bf00ef47a60ecc *vignettes/imputeTestbench-Vignette.Rmd
fd363f948a0fcc01cb4dc088de9ec9a7 *vignettes/imputeTestbench-Vignette.Rmd
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export(remove_method)
export(rmse)
import(ggplot2)
import(imputeTS)
importFrom(graphics,barplot)
importFrom(methods,hasArg)
importFrom(reshape2,melt)
importFrom(stats,ts)
2 changes: 1 addition & 1 deletion R/append_method.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' To attach and compare new method to existing comparison study done with function 'impute_errors()'
#'
#' @param existing_method as Error observations for different methods
#' @param dataIn as imput time series for testing
#' @param dataIn as input data for testing
#' @param missPercentFrom as variable from which percent of missing values to be considered
#' @param missPercentTo as variable to state upto what percent missing values are to be considered
#' @param interval as interval between consecutive missPercent values
Expand Down
Loading

0 comments on commit 7db9352

Please sign in to comment.