guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]