unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add r-gmodels
@ 2017-01-13 19:11 Ra
  2017-01-13 21:55 ` Ricardo Wurmus
  0 siblings, 1 reply; 8+ messages in thread
From: Ra @ 2017-01-13 19:11 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 1231 bytes --]

* 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 #1.2: Type: text/html, Size: 1818 bytes --]

[-- Attachment #2: 0001-gnu-Add-r-gmodels.patch --]
[-- Type: application/octet-stream, Size: 1436 bytes --]

From fa4959ba34c79dd53d65a3b7e03d2611f3152d81 Mon Sep 17 00:00:00 2001
From: Raoul Jean Pierre Bonnal <ilpuccio.febo@gmail.com>
Date: Fri, 13 Jan 2017 16:40:21 +0100
Subject: [PATCH] gnu: Add r-gmodels

* 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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-01-16 12:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13 19:11 [PATCH] gnu: Add r-gmodels Ra
2017-01-13 21:55 ` Ricardo Wurmus
2017-01-13 22:31   ` Leo Famulari
2017-01-14  0:31     ` Ra
2017-01-14 10:09     ` Ricardo Wurmus
2017-01-14 17:19   ` Ludovic Courtès
2017-01-14 19:51     ` Ra
2017-01-16 12:40       ` Ra

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).