guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/13: gnu: Add r-dicekriging.


From: guix-commits
Subject: 12/13: gnu: Add r-dicekriging.
Date: Mon, 3 Jul 2023 04:01:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9dda8cdde55405bfad1fc9dab308a629a04228f7
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Fri Jun 23 13:48:56 2023 +0000

    gnu: Add r-dicekriging.
    
    * gnu/packages/cran.scm (r-dicekriging): New variable.
---
 gnu/packages/cran.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 736a0aefde..afdb8be3d6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33930,6 +33930,24 @@ different types of resampling objects (e.g. bootstrap, 
cross-validation).")
 Design} (SFD) and to test their quality.")
     (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
   (package
     (name "r-dials")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]