Mădălin Ionel Patrașcu wrote 3 years ago
(address . guix-patches@gnu.org)
* gnu/packages/cran.scm (r-gensa): New variable.
---
gnu/packages/cran.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
Toggle diff (33 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e03b707162..98463cf579 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3513,6 +3513,24 @@ (define-public r-rgooglemaps
@end enumerate\n")
(license license:gpl2+)))
+(define-public r-gensa
+ (package
+ (name "r-gensa")
+ (version "1.1.7")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "GenSA" version))
+ (sha256
+ (base32
+ "03xqwxm7v7rnihx730a4p65dfwhjh4345r3d78y0qxxplk8d76cx"))))
+ (properties `((upstream-name . "GenSA")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/package=GenSA")
+ (synopsis "Generalized simulated annealing")
+ (description "This package performs search for the global minimum of a very
+complex non-linear objective function with a very large number of optima.")
+ (license license:gpl2)))
+
(define-public r-geosphere
(package
(name "r-geosphere")
base-commit: 741c8efd6a85150359578610e492c6731fd34a03
--
2.37.2