GNU bug report logs -
#42117
[PATCH] gnu: Add r-tidymodels and its many dependencies
Previous Next
Reported by: Lo Peter <peterloleungyau <at> gmail.com>
Date: Mon, 29 Jun 2020 05:50:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 42117 <at> debbugs.gnu.org (full text, mbox):
8 gnu/packages/cran.scm (r-gpfit): 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 d8e8a88baa..f101ccd285 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22391,3 +22391,26 @@ challenging. The goal of @code{workflows} is to streamline this
process by bundling the model alongside the preprocessor, all within
the same object.")
(license license:expat)))
+
+(define-public r-gpfit
+ (package
+ (name "r-gpfit")
+ (version "1.0-8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "GPfit" version))
+ (sha256
+ (base32
+ "05mpiyi2vxv0wqp422n1mnxa8msc4daq40cwpnpngbcwqhlgqkby"))))
+ (properties `((upstream-name . "GPfit")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-lattice" ,r-lattice) ("r-lhs" ,r-lhs)))
+ (home-page
+ "https://cran.r-project.org/web/packages/GPfit/")
+ (synopsis "Gaussian Processes Modeling")
+ (description
+ "This package provides a computationally stable approach of
+fitting a Gaussian Process (GP) model to a deterministic simulator.")
+ (license license:gpl2)))
--
2.17.1
This bug report was last modified 4 years and 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.