guix-commits
[Top][All Lists]
Advanced

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

26/30: gnu: Add r-rsolnp.


From: Ricardo Wurmus
Subject: 26/30: gnu: Add r-rsolnp.
Date: Tue, 19 Dec 2017 14:36:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cb8b4c119645f1889ec342bed4394fac52e0b741
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 19 20:13:04 2017 +0100

    gnu: Add r-rsolnp.
    
    * gnu/packages/cran.scm (r-rsolnp): 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 eafc489..851eca1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1464,6 +1464,29 @@ distribution with mean equal to @code{mean} and standard 
deviation equal to
 functions, as well as a random generation function.")
     (license license:gpl2)))
 
+(define-public r-rsolnp
+  (package
+    (name "r-rsolnp")
+    (version "1.16")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "Rsolnp" version))
+       (sha256
+        (base32
+         "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
+    (properties `((upstream-name . "Rsolnp")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-truncnorm" ,r-truncnorm)))
+    (home-page "http://cran.r-project.org/web/packages/Rsolnp/";)
+    (synopsis "General non-linear optimization")
+    (description "The Rsolnp package implements a general non-linear augmented
+Lagrange multiplier method solver, a @dfn{sequential quadratic
+programming} (SQP) based solver).")
+    ;; Any version of the GPL.
+    (license license:gpl2+)))
+
 (define-public r-hardyweinberg
   (package
     (name "r-hardyweinberg")



reply via email to

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