guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/11: gnu: Add r-mitools.


From: guix-commits
Subject: 01/11: gnu: Add r-mitools.
Date: Sat, 27 Apr 2019 06:03:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9c4f118bf788eac0a9270318ddef5985349a3b35
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Apr 27 11:39:30 2019 +0200

    gnu: Add r-mitools.
    
    * gnu/packages/cran.scm (r-mitools): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ffa0baa..2220254 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]