GNU bug report logs - #55379
[PATCH 01/14] gnu: Add r-gpg.

Previous Next

Package: guix-patches;

Reported by: kyle <kyle <at> posteo.net>

Date: Thu, 12 May 2022 02:11:02 UTC

Severity: normal

Tags: moreinfo, patch

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

Bug is archived. No further changes may be made.

Full log


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

From: kyle <kyle <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Kyle Andrews <kyle <at> posteo.net>
Subject: [PATCH 14/14] gnu: Add r-genoud.
Date: Thu, 12 May 2022 02:10:34 +0000
From: Kyle Andrews <kyle <at> posteo.net>

---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 30ca01c0a0..2bd741d254 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33531,6 +33531,26 @@ (define-public r-showimage
     "Sometimes it is handy to be able to view an image file on an 'R' graphics device.  This package just does that.  Currently it supports 'PNG' files.")
    (license (list license:gpl2 license:gpl3))))
 
+(define-public r-rgenoud
+  (package
+   (name "r-rgenoud")
+   (version "5.8-3.0")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (cran-uri "rgenoud" version))
+     (sha256
+      (base32
+       "0p93wf6ghgz2nifxbscb6bhahh5jd2ba7nh1c2mb6fmbxnsi3swv"))))
+   (properties `((upstream-name . "rgenoud")))
+   (build-system r-build-system)
+   (home-page "http://sekhon.berkeley.edu/rgenoud/")
+   (synopsis
+    "R Version of GENetic Optimization Using Derivatives")
+   (description
+    "This package provides a genetic algorithm plus derivative optimizer.")
+   (license license:gpl3)))
+
 
 (define r-gpg
   (package
-- 
2.36.0





This bug report was last modified 68 days ago.

Previous Next


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