guix-commits
[Top][All Lists]
Advanced

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

22/54: gnu: Add r-alabama.


From: guix-commits
Subject: 22/54: gnu: Add r-alabama.
Date: Sat, 14 Dec 2019 07:36:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6f0a5ab09819d1237d7434f1565db3016d785c8a
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 14 10:07:18 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6059acd..22e9940 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17775,3 +17775,26 @@ complexity are also provided: entropy and change 
complexity.")
      "This is a companion package for the book \"A Course in Statistics with
 R\" (ISBN 978-1-119-15272-9.)")
     (license license:gpl2)))
+
+(define-public r-alabama
+  (package
+    (name "r-alabama")
+    (version "2015.3-1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "alabama" version))
+       (sha256
+        (base32
+         "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
+    (properties `((upstream-name . "alabama")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-numderiv" ,r-numderiv)))
+    (home-page "https://cran.r-project.org/web/packages/alabama/";)
+    (synopsis "Constrained nonlinear optimization")
+    (description
+     "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
+Algorithm; it is used for optimizing smooth nonlinear objective functions with
+constraints.  Linear or nonlinear equality and inequality constraints are
+allowed.")
+    (license license:gpl2+)))



reply via email to

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