guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55379] [PATCH 14/14] gnu: Add r-genoud.


From: kyle
Subject: [bug#55379] [PATCH 14/14] gnu: Add r-genoud.
Date: Thu, 12 May 2022 02:10:34 +0000

From: Kyle Andrews <kyle@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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]