mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: Add r-dicedesign.
* gnu/packages/cran.scm (r-dicedesign): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
fb76feaf7e
commit
26beaffa2d
1 changed files with 20 additions and 0 deletions
|
@ -23768,3 +23768,23 @@ and regression metrics (e.g., RMSE).")
|
||||||
"This package provides classes and functions to create and summarize
|
"This package provides classes and functions to create and summarize
|
||||||
different types of resampling objects (e.g. bootstrap, cross-validation).")
|
different types of resampling objects (e.g. bootstrap, cross-validation).")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-dicedesign
|
||||||
|
(package
|
||||||
|
(name "r-dicedesign")
|
||||||
|
(version "1.8-1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "DiceDesign" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"11s1m543kxd6gv4amh8z6pph1n67sj9sfwm6hjy83wfs65syf5vp"))))
|
||||||
|
(properties `((upstream-name . "DiceDesign")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "http://dice.emse.fr/")
|
||||||
|
(synopsis "Designs of computer experiments")
|
||||||
|
(description
|
||||||
|
"This package provides tools to create some specific @code{Space-Filling
|
||||||
|
Design} (SFD) and to test their quality.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue