guix-devel
[Top][All Lists]
Advanced

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

[PATCH 24/35] gnu: Add r-rcppeigen.


From: Raoul Bonnal
Subject: [PATCH 24/35] gnu: Add r-rcppeigen.
Date: Thu, 19 Jan 2017 19:55:19 +0100

From: Raoul Jean Pierre Bonnal <address@hidden>

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 9193bfb..398e79f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4563,3 +4563,27 @@ expected shortfall risk are also included.")
       "This package provides functions and datasets from book Companion
 to Applied regression, Second Edition, Sage, 2011.")
     (license license:gpl2+)))
+
+(define-public r-rcppeigen
+  (package
+    (name "r-rcppeigen")
+    (version "0.3.2.9.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "RcppEigen" version))
+       (sha256
+        (base32
+         "0fy9kr03160f1ywzff3p380s8a59jz7d2d0rggb14g2y0slzpbr5"))))
+    (properties `((upstream-name . "RcppEigen")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-rcpp" ,r-rcpp)))
+    (home-page "http://eigen.tuxfamily.org";)
+    (synopsis "Rcpp integration for the Eigen templated linear algebra 
library")
+    (description
+      "This package provides an integration of Eigen in R using a C++ template
+library for linear algebra: matrices, vectors, numerical solvers and related 
algorithms.
+It supports dense and sparse matrices on integer, floating point and complex 
numbers,
+decompositions of such matrices, and solutions of linear systems.")
+    (license (list license:gpl2
+                   license:gpl3))))
-- 
1.9.1




reply via email to

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