unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ra <ilpuccio.febo@gmail.com>
To: guix-devel <guix-devel@gnu.org>
Subject: [PATCH] gnu: Add r-gmodels
Date: Fri, 13 Jan 2017 19:11:02 +0000	[thread overview]
Message-ID: <CACQsWTO4JWYWuH-VD6mGmDrZ4puvCXvt699LdEHrXzxKqXxfBw@mail.gmail.com> (raw)


[-- 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


             reply	other threads:[~2017-01-13 19:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-13 19:11 Ra [this message]
2017-01-13 21:55 ` [PATCH] gnu: Add r-gmodels 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACQsWTO4JWYWuH-VD6mGmDrZ4puvCXvt699LdEHrXzxKqXxfBw@mail.gmail.com \
    --to=ilpuccio.febo@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).