guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: Add r-hypergeo.


From: guix-commits
Subject: 03/07: gnu: Add r-hypergeo.
Date: Wed, 26 May 2021 08:15:32 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit fef452b13fc32f63341def0c1aa2ed2df8f77324
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue May 18 14:07:47 2021 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8108b1b..d013ffd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28778,3 +28778,27 @@ importance.")
 Jacobi forms.  Also includes various tools for manipulating and visualizing
 complex functions.")
     (license license:gpl2)))
+
+(define-public r-hypergeo
+  (package
+    (name "r-hypergeo")
+    (version "1.2-13")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "hypergeo" version))
+        (sha256
+          (base32
+            "13jdiy216znwhr91iqnh03mvkmyscw439syb3h4i67dd78sphnvd"))))
+    (properties `((upstream-name . "hypergeo")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-contfrac" ,r-contfrac)
+        ("r-desolve" ,r-desolve)
+        ("r-elliptic" ,r-elliptic)))
+    (home-page
+      "https://cran.r-project.org/web/packages/hypergeo/";)
+    (synopsis "The Gauss Hypergeometric Function")
+    (description
+      "The Gaussian hypergeometric function for complex numbers.")
+    (license license:gpl2)))



reply via email to

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