guix-commits
[Top][All Lists]
Advanced

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

16/41: gnu: Add r-iso.


From: guix-commits
Subject: 16/41: gnu: Add r-iso.
Date: Wed, 9 Jan 2019 09:44:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 25861356edd07a2b2a00e1b05cb390187fdf16b1
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 14:49:14 2019 +0100

    gnu: Add r-iso.
    
    * gnu/packages/cran.scm (r-iso): 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 af8a4da..b06c350 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9234,3 +9234,25 @@ inventor of the SOM.")
 of an algorithm for @dfn{non-negative least squares} (NNLS).  It also allows
 the combination of non-negative and non-positive constraints.")
     (license license:gpl2+)))
+
+(define-public r-iso
+  (package
+    (name "r-iso")
+    (version "0.0-17")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "Iso" version))
+       (sha256
+        (base32
+         "0lljc99sdzdqj6d56qbsggibr6pkdwkh821bj70ianikyvmdc1y0"))))
+    (properties `((upstream-name . "Iso")))
+    (build-system r-build-system)
+    (native-inputs `(("gfortran" ,gfortran)))
+    (home-page "http://www.stat.auckland.ac.nz/~rolf/";)
+    (synopsis "Functions to perform isotonic regression")
+    (description
+     "This package provides support for linear order and unimodal
+order (univariate) isotonic regression and bivariate isotonic regression with
+linear order on both variables.")
+    (license license:gpl2+)))



reply via email to

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