guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add r-gmodels.


From: guix-commits
Subject: 01/03: gnu: Add r-gmodels.
Date: Wed, 13 Mar 2019 12:11:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 51df43408b040effb83526e1342ce336e6ee90e4
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 13 17:10:41 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f2fd741..82a39da 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11642,3 +11642,24 @@ running IRkernel session.")
 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
 network.")
     (license license:expat)))
+
+(define-public r-gmodels
+  (package
+    (name "r-gmodels")
+    (version "2.18.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gmodels" version))
+       (sha256
+        (base32
+         "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-gdata" ,r-gdata)
+       ("r-mass" ,r-mass)))
+    (home-page "https://cran.r-project.org/web/packages/gmodels/";)
+    (synopsis "Various R programming tools for model fitting")
+    (description
+     "This package provides various R programming tools for model fitting.")
+    (license license:gpl2)))



reply via email to

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