guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: Add r-gmodels


From: Ra
Subject: [PATCH] gnu: Add r-gmodels
Date: Fri, 13 Jan 2017 19:11:02 +0000

* gnu/packages/statistics.scm (r-gmodels): New variable.
---
 gnu/packages/statistics.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index db1a687..45d8d23 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4004,3 +4004,22 @@ generalized linear model functions that implement secure convergence,
 dispersion modeling and Tweedie power-law families.")
     ;; Statmod is distributed under either license
     (license (list license:gpl2 license:gpl3))))
+
+(define-public r-gmodels
+  (package
+    (name "r-gmodels")
+    (version "2.16.2")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "gmodels" version))
+              (sha256
+               (base32
+                "0zf4krlvdywny5p5hnkr0r0hync6dvzc9yy4dfywaxmkpna8h0db"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-gdata" ,r-gdata)))
+    (home-page "http://www.sf.net/projects/r-gregmisc")
+    (synopsis "Various R programming tools for model fitting")
+    (description
+     "This package provides various R programming tools for model fitting.")
+    (license license:gpl2)))
--
1.9.1

Attachment: 0001-gnu-Add-r-gmodels.patch
Description: Binary data


reply via email to

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