all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57275] [PATCH] gnu: Add r-gensa.
@ 2022-08-18 11:14 Mădălin Ionel Patrașcu
  2022-08-22  9:00 ` bug#57275: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-08-18 11:14 UTC (permalink / raw)
  To: 57275; +Cc: rekado

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

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57275: [PATCH] gnu: Add r-gensa.
  2022-08-18 11:14 [bug#57275] [PATCH] gnu: Add r-gensa Mădălin Ionel Patrașcu
@ 2022-08-22  9:00 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-08-22  9:00 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 57275-done, debbugs-submit


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/cran.scm (r-gensa): New variable.

Applied, thanks!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-22  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 11:14 [bug#57275] [PATCH] gnu: Add r-gensa Mădălin Ionel Patrașcu
2022-08-22  9:00 ` bug#57275: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.