gnu: Add r-mitools.
* gnu/packages/cran.scm (r-mitools): New variable.
This commit is contained in:
parent
747c8f2a20
commit
9c4f118bf7
|
@ -7193,6 +7193,26 @@ replicating the evaluation as many times as specified, and returning the results
|
||||||
conveniently wrapped into a data frame.")
|
conveniently wrapped into a data frame.")
|
||||||
(license license:gpl2+)))
|
(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
|
(define-public r-magick
|
||||||
(package
|
(package
|
||||||
(name "r-magick")
|
(name "r-magick")
|
||||||
|
|
Loading…
Reference in New Issue