me
/
guix
Archived
1
0
Fork 0

gnu: Add r-dicekriging.

* gnu/packages/cran.scm (r-dicekriging): New variable.
Navid Afkhami 2023-06-23 13:48:56 +00:00 committed by Ricardo Wurmus
parent 11651fbf7f
commit 9dda8cdde5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 18 additions and 0 deletions

View File

@ -33930,6 +33930,24 @@ different types of resampling objects (e.g. bootstrap, cross-validation).")
Design} (SFD) and to test their quality.") Design} (SFD) and to test their quality.")
(license license:gpl3))) (license license:gpl3)))
(define-public r-dicekriging
(package
(name "r-dicekriging")
(version "1.6.0")
(source (origin
(method url-fetch)
(uri (cran-uri "DiceKriging" version))
(sha256
(base32
"0jfb2li6b93fkwgjkr4jwxnvv7zb0aqk9lkf2mnv2awzh0r16pdb"))))
(properties `((upstream-name . "DiceKriging")))
(build-system r-build-system)
(home-page "https://dicekrigingclub.github.io/www/")
(synopsis "Kriging methods for computer experiments")
(description "This is a package for the estimation, validation and
prediction of kriging models.")
(license license:gpl2+)))
(define-public r-dials (define-public r-dials
(package (package
(name "r-dials") (name "r-dials")