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
View this message in rfc822 format
* gnu/packages/cran.scm (r-dicedesign): New variable.
---
gnu/packages/cran.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d524465a23..8184b3576e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22476,3 +22476,22 @@ regression metrics (e.g., RMSE).")
"Classes and functions to create and summarize different types
of resampling objects (e.g. bootstrap, cross-validation).")
(license license:gpl2)))
+
+(define-public r-dicedesign
+ (package
+ (name "r-dicedesign")
+ (version "1.8-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "DiceDesign" version))
+ (sha256
+ (base32
+ "11s1m543kxd6gv4amh8z6pph1n67sj9sfwm6hjy83wfs65syf5vp"))))
+ (properties `((upstream-name . "DiceDesign")))
+ (build-system r-build-system)
+ (home-page "http://dice.emse.fr/")
+ (synopsis "Designs of Computer Experiments")
+ (description
+ "Space-Filling Designs and Uniformity Criteria.")
+ (license license:gpl3)))
--
2.17.1
This bug report was last modified 4 years and 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.