GNU bug report logs - #65429
[PATCH 3/3] gnu: Add r-tgp.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Mon, 21 Aug 2023 13:46:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#65429: closed ([PATCH 3/3] gnu: Add r-tgp.)
Date: Mon, 28 Aug 2023 08:00:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 28 Aug 2023 09:58:45 +0200
with message-id <87pm37fvhz.fsf <at> elephly.net>
and subject line [PATCH 3/3] gnu: Add r-tgp.
has caused the debbugs.gnu.org bug report #65429,
regarding [PATCH 3/3] gnu: Add r-tgp.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
65429: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65429
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH 3/3] gnu: Add r-tgp.
Date: Mon, 21 Aug 2023 13:44:38 +0000
* gnu/packages/cran.scm (r-tgp): New variable.
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 08e206673c..cf2e2e1f59 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1059,6 +1059,29 @@ (define-public r-googlesheets4
 can read and write both the metadata and the cell data in a Sheet.")
     (license license:expat)))
 
+(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.
+Iin 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-pma
   (package
     (name "r-pma")
-- 
2.34.1



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 65429-done <at> debbugs.gnu.org
Subject: [PATCH 3/3] gnu: Add r-tgp.
Date: Mon, 28 Aug 2023 09:58:45 +0200
Applied with minor changes.  Thanks!

-- 
Ricardo


This bug report was last modified 1 year and 266 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.