guix-commits
[Top][All Lists]
Advanced

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

03/17: gnu: Add r-modelmetrics.


From: Ben Woodcroft
Subject: 03/17: gnu: Add r-modelmetrics.
Date: Sat, 11 Mar 2017 19:29:08 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit aa84100011b0f77516a23774eeade38ec1ae944c
Author: Raoul Jean Pierre Bonnal <address@hidden>
Date:   Sat Mar 11 14:51:50 2017 +1000

    gnu: Add r-modelmetrics.
    
    * gnu/packages/statistics.scm (r-modelmetrics): New variable.
    
    Signed-off-by: Ben Woodcroft <address@hidden>
---
 gnu/packages/statistics.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index c43253b..dbfa7dc 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4489,3 +4489,25 @@ library for linear algebra: matrices, vectors, numerical 
solvers and related alg
 It supports dense and sparse matrices on integer, floating point and complex 
numbers,
 decompositions of such matrices, and solutions of linear systems.")
     (license license:gpl2+)))
+
+(define-public r-modelmetrics
+  (package
+    (name "r-modelmetrics")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+        (uri (cran-uri "ModelMetrics" version))
+        (sha256
+         (base32
+          "119xxmzb5biq7k1yxqsf0jmmarmfn6lds9x9hfgv593xlpym6za8"))))
+    (properties `((upstream-name . "ModelMetrics")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-rcpp" ,r-rcpp)))
+    (home-page "http://cran.r-project.org/web/packages/ModelMetrics";)
+    (synopsis "Rapid calculation of model metrics")
+    (description
+     "Written in C++ using @code{Rcpp}, this package provides a collection of
+metrics for evaluating models.")
+    (license license:gpl2+)))



reply via email to

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