guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: Add r-gee.


From: guix-commits
Subject: 01/11: gnu: Add r-gee.
Date: Tue, 17 Dec 2019 08:58:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5ba865a73fbb1a23b2b82b3015a4171b3d9fe3c4
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 17 14:55:18 2019 +0100

    gnu: Add r-gee.
    
    * gnu/packages/cran.scm (r-gee): 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 06c793d..2101cd5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7851,6 +7851,27 @@ analysis.")
     ;; Either version of the GPL.
     (license (list license:gpl2 license:gpl3))))
 
+(define-public r-gee
+  (package
+    (name "r-gee")
+    (version "4.13-20")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gee" version))
+       (sha256
+        (base32
+         "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
+    (properties `((upstream-name . "gee")))
+    (build-system r-build-system)
+    (native-inputs
+     `(("gfortran" ,gfortran)))
+    (home-page "https://cran.r-project.org/web/packages/gee/";)
+    (synopsis "Generalized estimation equation solver")
+    (description
+     "This package provides a solver for generalized estimation equations.")
+    (license license:gpl2)))
+
 (define-public r-dvmisc
   (package
     (name "r-dvmisc")



reply via email to

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