[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/17: gnu: Add r-gpfit.
From: |
guix-commits |
Subject: |
03/17: gnu: Add r-gpfit. |
Date: |
Fri, 11 Sep 2020 12:33:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c4e34dda8503c094a877d61c2dc81f208aff60d8
Author: Peter Lo <peterloleungyau@gmail.com>
AuthorDate: Mon Jun 29 13:50:28 2020 +0800
gnu: Add r-gpfit.
* gnu/packages/cran.scm (r-gpfit): 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 682e4ff..ddcc805 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23683,3 +23683,26 @@ workflow. The advantages are:
@end enumerate
")
(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
+@dfn{Gaussian Process} (GP) model to a deterministic simulator.")
+ (license license:gpl2)))
- branch master updated (24e37fb -> 23bd6f6), guix-commits, 2020/09/11
- 01/17: gnu: Add r-workflows., guix-commits, 2020/09/11
- 03/17: gnu: Add r-gpfit.,
guix-commits <=
- 04/17: gnu: Add r-yardstick., guix-commits, 2020/09/11
- 05/17: gnu: Add r-rsample., guix-commits, 2020/09/11
- 06/17: gnu: Add r-dicedesign., guix-commits, 2020/09/11
- 02/17: gnu: Add r-hardhat., guix-commits, 2020/09/11
- 09/17: gnu: Add r-tidyposterior., guix-commits, 2020/09/11
- 10/17: gnu: Add r-tidypredict., guix-commits, 2020/09/11
- 11/17: gnu: Add r-janeaustenr., guix-commits, 2020/09/11
- 13/17: gnu: Add r-hunspell., guix-commits, 2020/09/11
- 15/17: gnu: Add r-parsnip., guix-commits, 2020/09/11
- 14/17: gnu: Add r-tidytext., guix-commits, 2020/09/11