[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: Add r-smoof.
From: |
guix-commits |
Subject: |
03/13: gnu: Add r-smoof. |
Date: |
Mon, 3 Jul 2023 04:01:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 143ecd555a15164efc2bacda09598633e041b8a8
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Fri Jun 23 13:48:46 2023 +0000
gnu: Add r-smoof.
* gnu/packages/cran.scm (r-smoof): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 28c1126e0d..b1eeb1ef53 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8162,6 +8162,33 @@ University Press. It provides smoothing methods for
nonparametric regression
and density estimation")
(license license:gpl2+)))
+(define-public r-smoof
+ (package
+ (name "r-smoof")
+ (version "1.6.0.3")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "smoof" version))
+ (sha256
+ (base32
+ "1cazhnd0m5jjzixaqgqh2h3rsa2sw3k8slj5cmgm8v47aaqn91mg"))))
+ (properties `((upstream-name . "smoof")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-bbmisc
+ r-checkmate
+ r-ggplot2
+ r-paramhelpers
+ r-rcpp
+ r-rcpparmadillo))
+ (home-page "https://jakobbossek.github.io/smoof/")
+ (synopsis "Single and multi-objective optimization test functions")
+ (description
+ "This tool generates high number of both single- and multi-objective test
+functions. These functions are frequently used for the benchmarking of
+(numerical) optimization algorithms. Moreover, it offers a set of convenient
+functions to generate, plot and work with objective functions.")
+ (license license:bsd-2)))
+
(define-public r-smurf
(package
(name "r-smurf")
- branch master updated (08649cfcd4 -> 29ccd7cac9), guix-commits, 2023/07/03
- 03/13: gnu: Add r-smoof.,
guix-commits <=
- 04/13: gnu: Add r-parallelmap., guix-commits, 2023/07/03
- 05/13: gnu: Add r-mlr., guix-commits, 2023/07/03
- 01/13: gnu: r-v8: Update to 4.3.1., guix-commits, 2023/07/03
- 09/13: gnu: Add r-ggfittext., guix-commits, 2023/07/03
- 08/13: gnu: Add r-tidyft., guix-commits, 2023/07/03
- 07/13: gnu: Add r-emoa., guix-commits, 2023/07/03
- 12/13: gnu: Add r-dicekriging., guix-commits, 2023/07/03
- 02/13: gnu: Add r-paramhelpers., guix-commits, 2023/07/03
- 06/13: gnu: Add r-mlrmbo., guix-commits, 2023/07/03
- 10/13: gnu: Add r-dunn-test., guix-commits, 2023/07/03