GNU bug report logs - #75687
[PATCH] gnu: Add r-deoptim.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Mon, 20 Jan 2025 11:38:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

To reply to this bug, email your comments to 75687 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#75687; Package guix-patches. (Mon, 20 Jan 2025 11:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org. (Mon, 20 Jan 2025 11:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-deoptim.
Date: Mon, 20 Jan 2025 11:37:12 +0000
* gnu/packages/cran.scm (r-deoptim): New variable.

Change-Id: I0db4f2aa6707ffa99c2e57f616689dcd3a296236
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7489954875..a45d2a5f07 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5643,6 +5643,28 @@ (define-public r-deming
 regression and Passing-Bablock regression functions.")
     (license license:lgpl2.0+)))
 
+(define-public r-deoptim
+  (package
+    (name "r-deoptim")
+    (version "2.2-8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "DEoptim" version))
+       (sha256
+        (base32 "0k7mvf7j8y1sqv8zpiwkw4xcmgki37drkxjijrsmmhkfybfan7k3"))))
+    (properties `((upstream-name . "DEoptim")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-parallelly))
+    (home-page "https://github.com/ArdiaD/DEoptim")
+    (synopsis "Global optimization by differential evolution")
+    (description
+     "This package implements the Differential Evolution algorithm.
+This Algorithm is used for the global optimization of a real-valued
+function of a real-valued parameter vector.  The implementation of
+DifferentialEvolution in DEoptim interfaces with C code forefficiency.")
+    (license license:gpl2+)))
+
 (define-public r-depmixs4
   (package
     (name "r-depmixs4")

base-commit: c985075db3e6682d8a5a231c01c770aa5a147f72
-- 
2.43.0





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 21 Jan 2025 00:55:02 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Tue, 21 Jan 2025 00:55:02 GMT) Full text and rfc822 format available.

Message #10 received at 75687-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Cc: Laurent Gatto <laurent.gatto <at> gmail.com>, 75687-done <at> debbugs.gnu.org,
 Simon Tournier <zimon.toutoune <at> gmail.com>
Subject: Re: [bug#75687] [PATCH] gnu: Add r-deoptim.
Date: Mon, 20 Jan 2025 22:08:55 +0100
Navid Afkhami <navid.afkhami <at> mdc-berlin.de> writes:

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

Applied, thank you!

-- 
Ricardo




This bug report was last modified 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.