[PATCH] gnu: Add r-gensa.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mădălin Ionel Patrașcu
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Mădălin Ionel Patrașcu
Severity
normal

Debbugs page

Mădălin Ionel Patrașcu wrote 3 years ago
(address . guix-patches@gnu.org)
20220818111420.13662-1-madalinionel.patrascu@mdc-berlin.de
* 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
Ricardo Wurmus wrote 3 years ago
(name . Mădălin Ionel Patrașcu)(address . madalinionel.patrascu@mdc-berlin.de)(address . 57275-done@debbugs.gnu.org)(address . debbugs-submit@debbugs.gnu.org)
87a67w1wm8.fsf@elephly.net
Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

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

Applied, thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57275@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57275
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help