[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/54: gnu: Add r-genalg.
From: |
guix-commits |
Subject: |
11/54: gnu: Add r-genalg. |
Date: |
Sat, 14 Dec 2019 07:36:35 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 270529f633e3636bc10cc00ae5081093bb2e95cb
Author: Ricardo Wurmus <address@hidden>
Date: Fri Dec 13 23:09:40 2019 +0100
gnu: Add r-genalg.
* gnu/packages/cran.scm (r-genalg): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d7b8e86..9edf9ea 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17500,3 +17500,23 @@ moderate-sized data sets. It performs discrete, real,
and gentle boost under
both exponential and logistic loss on a given data set.")
;; Any version of the GPL.
(license (list license:gpl2+ license:gpl3+))))
+
+(define-public r-genalg
+ (package
+ (name "r-genalg")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "genalg" version))
+ (sha256
+ (base32
+ "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
+ (properties `((upstream-name . "genalg")))
+ (build-system r-build-system)
+ (home-page "https://github.com/egonw/genalg")
+ (synopsis "R based genetic algorithm")
+ (description
+ "This package provides an R based genetic algorithm for binary and
+floating point chromosomes.")
+ (license license:gpl2)))
- 16/54: gnu: Add r-acrosstic., (continued)
- 16/54: gnu: Add r-acrosstic., guix-commits, 2019/12/14
- 31/54: gnu: Add r-activityindex., guix-commits, 2019/12/14
- 10/54: gnu: Add r-ada., guix-commits, 2019/12/14
- 35/54: gnu: Add r-expint., guix-commits, 2019/12/14
- 40/54: gnu: Add r-acuityview., guix-commits, 2019/12/14
- 14/54: gnu: Add r-acrm., guix-commits, 2019/12/14
- 30/54: gnu: Add r-activitycounts., guix-commits, 2019/12/14
- 01/54: gnu: Add r-activepathways., guix-commits, 2019/12/14
- 27/54: gnu: Add r-fda., guix-commits, 2019/12/14
- 34/54: gnu: Add r-actogrammr., guix-commits, 2019/12/14
- 11/54: gnu: Add r-genalg.,
guix-commits <=
- 09/54: gnu: Add r-acp., guix-commits, 2019/12/14
- 51/54: gnu: Add r-shapes., guix-commits, 2019/12/14