gnu: Add r-mitools.

* gnu/packages/cran.scm (r-mitools): New variable.
master
Ricardo Wurmus 2019-04-27 11:39:30 +02:00
parent 747c8f2a20
commit 9c4f118bf7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -7193,6 +7193,26 @@ replicating the evaluation as many times as specified, and returning the results
conveniently wrapped into a data frame.")
(license license:gpl2+)))
(define-public r-mitools
(package
(name "r-mitools")
(version "2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "mitools" version))
(sha256
(base32
"0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
(build-system r-build-system)
(propagated-inputs `(("r-dbi" ,r-dbi)))
(home-page "https://cran.r-project.org/web/packages/mitools/")
(synopsis "Tools for multiple imputation of missing data")
(description
"This package provides tools to perform analyses and combine results from
multiple-imputation datasets.")
(license license:gpl2)))
(define-public r-magick
(package
(name "r-magick")