guix-commits
[Top][All Lists]
Advanced

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

16/19: gnu: Add r-complexplus.


From: Ricardo Wurmus
Subject: 16/19: gnu: Add r-complexplus.
Date: Fri, 2 Mar 2018 17:15:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 68b6a67e94a2c4e57444b0aa3714910d0ad0190b
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 2 23:07:04 2018 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e7efab7..a82700f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2645,3 +2645,25 @@ sample Robust Rank-Order Distributional Test.")
      "This package provides tools for the computation of the matrix
 exponential, logarithm, square root, and related quantities.")
     (license license:gpl2+)))
+
+(define-public r-complexplus
+  (package
+    (name "r-complexplus")
+    (version "2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "complexplus" version))
+       (sha256
+        (base32
+         "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-expm" ,r-expm)
+       ("r-matrix" ,r-matrix)))
+    (home-page "http://cran.r-project.org/web/packages/complexplus/";)
+    (synopsis "Functions of complex or real variables")
+    (description
+     "This package extends several functions to the complex domain, including
+the matrix exponential and logarithm, and the determinant.")
+    (license license:gpl2)))



reply via email to

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