Package: miceFast
Title: Fast Imputations Using 'Rcpp' and 'Armadillo'
Version: 0.1.0
Authors@R: person("Maciej", "Nasinski", email = "nasinski.maciej@gmail.com", role = c("aut", "cre"))
Description: 
  Fast imputations under the object-oriented programming paradigm.
	There was used quantitative models with a closed-form solution. Thus package is based on linear algebra operations.
	The biggest improvement in time performance could be achieve for a calculation where a grouping variable have to be used.
	A single evaluation of a quantitative model for the multiple imputations is another major enhancement.
Depends: R (>= 3.4.0)
License: GPL (>= 2)
URL: https://github.com/Polkas/miceFast
BugReports: https://github.com/Polkas/miceFast/issues
Encoding: UTF-8
Imports: methods, Rcpp (>= 0.12.12)
Suggests: knitr, rmarkdown, pacman, testthat, mice, dplyr, broom, car
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
RcppModules: miceFast,CorrData
SystemRequirements: C++11
NeedsCompilation: yes
RoxygenNote: 6.0.1
Packaged: 2018-04-16 17:01:25 UTC; user
Author: Maciej Nasinski [aut, cre]
Maintainer: Maciej Nasinski <nasinski.maciej@gmail.com>
Repository: CRAN
Date/Publication: 2018-04-16 17:58:02 UTC
