[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/11: gnu: Add r-modeldata.
From: |
guix-commits |
Subject: |
09/11: gnu: Add r-modeldata. |
Date: |
Fri, 11 Sep 2020 13:05:59 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6edf558fd0cfaf336a4f225a81b2ea653d9a8244
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Sep 11 19:06:26 2020 +0200
gnu: Add r-modeldata.
* gnu/packages/cran.scm (r-modeldata): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c0c2018..7db5378 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24120,6 +24120,26 @@ functions or computational engines (e.g. R, Spark,
Stan, etc).")
expressive statistical grammar that coheres with the Tidy design framework.")
(license license:cc0)))
+(define-public r-modeldata
+ (package
+ (name "r-modeldata")
+ (version "0.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "modeldata" version))
+ (sha256
+ (base32
+ "13q6hhbwqbwnjvg8bz6iwwfx96p1saqq3r34cjrbnpgzmr1nn11l"))))
+ (properties `((upstream-name . "modeldata")))
+ (build-system r-build-system)
+ (home-page "https://modeldata.tidymodels.org")
+ (synopsis "Data sets useful for modeling packages")
+ (description
+ "This package provides data sets used for demonstrating or testing
+model-related packages.")
+ (license license:expat)))
+
(define-public r-tidymodels
(package
(name "r-tidymodels")
- branch master updated (23bd6f6 -> 19748ea), guix-commits, 2020/09/11
- 01/11: gnu: r-hardhat: Update to 0.1.4., guix-commits, 2020/09/11
- 02/11: gnu: r-workflows: Update to 0.1.3., guix-commits, 2020/09/11
- 05/11: gnu: r-tune: Update to 0.1.1., guix-commits, 2020/09/11
- 04/11: gnu: r-dials: Update to 0.0.8., guix-commits, 2020/09/11
- 07/11: gnu: r-tidytext: Update to 0.2.5., guix-commits, 2020/09/11
- 03/11: gnu: r-yardstick: Update to 0.0.7., guix-commits, 2020/09/11
- 09/11: gnu: Add r-modeldata.,
guix-commits <=
- 10/11: gnu: r-infer: Update to 0.5.3., guix-commits, 2020/09/11
- 11/11: gnu: r-tidymodels: Update to 0.1.1., guix-commits, 2020/09/11
- 08/11: gnu: r-parsnip: Update to 0.1.3., guix-commits, 2020/09/11
- 06/11: gnu: r-tidypredict: Update to 0.4.6., guix-commits, 2020/09/11