mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-smoof.
* gnu/packages/cran.scm (r-smoof): New variable.
This commit is contained in:
parent
828f75ce75
commit
143ecd555a
1 changed files with 27 additions and 0 deletions
|
@ -8162,6 +8162,33 @@ (define-public r-sm
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue