guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-tgp.


From: guix-commits
Subject: branch master updated: gnu: Add r-tgp.
Date: Mon, 28 Aug 2023 03:59:32 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 432cf5b449 gnu: Add r-tgp.
432cf5b449 is described below

commit 432cf5b449c0e89ee68cc778308dbe879e82b92c
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Mon Aug 21 13:44:38 2023 +0000

    gnu: Add r-tgp.
    
    * gnu/packages/cran.scm (r-tgp): New variable.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 221f8f628d..dc08a5414d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3075,6 +3075,29 @@ dissimilarity analysis.  Most of its multivariate tools 
can be used for other
 data types as well.")
     (license license:gpl2+)))
 
+(define-public r-tgp
+  (package
+    (name "r-tgp")
+    (version "2.4-21")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "tgp" version))
+              (sha256
+               (base32
+                "12ifd7rm3wskhbpnhfvz92z3graxzryq0iy1jiqmdk6bvhxkiww8"))))
+    (properties `((upstream-name . "tgp")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-maptree))
+    (home-page "https://bobby.gramacy.com/r_packages/tgp/";)
+    (synopsis "Bayesian treed Gaussian process models")
+    (description
+     "R-tgb provides Bayesian nonstationary regression and treed Gaussian
+processes.  In addition, it provides visualization functions, tree drawing,
+sensitivity analysis, multi-resolution models, and sequential experimental
+design tools, including ALM, ALC, and expected improvement for optimizing
+noisy black-box functions.")
+    (license license:lgpl2.0+)))
+
 (define-public r-tidyft
   (package
     (name "r-tidyft")



reply via email to

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