guix-commits
[Top][All Lists]
Advanced

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

71/103: gnu: Add r-ucminf.


From: Ricardo Wurmus
Subject: 71/103: gnu: Add r-ucminf.
Date: Wed, 5 Sep 2018 14:03:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dc66835226858236c12c498cc9de0e98c8c86e18
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 19:32:40 2018 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4cf7d62..f64b48d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1981,6 +1981,30 @@ can be computed between character vectors while taking 
proper care of encoding
 or between integer vectors representing generic sequences.")
     (license license:gpl3+)))
 
+(define-public r-ucminf
+  (package
+    (name "r-ucminf")
+    (version "1.1-4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ucminf" version))
+       (sha256
+        (base32
+         "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
+    (build-system r-build-system)
+    (native-inputs `(("gfortran" ,gfortran)))
+    (home-page "https://cran.r-project.org/web/packages/ucminf/";)
+    (synopsis "General-purpose unconstrained non-linear optimization")
+    (description
+     "This package provides an implementation of an algorithm for
+general-purpose unconstrained non-linear optimization.  The algorithm is of
+quasi-Newton type with BFGS updating of the inverse Hessian and soft line
+search with a trust region type monitoring of the input to the line search
+algorithm.  The interface of @code{ucminf} is designed for easy interchange
+with the package @code{optim}.")
+    (license license:gpl2+)))
+
 (define-public r-jomo
   (package
     (name "r-jomo")



reply via email to

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