guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: Add r-mosaicdata.


From: Ludovic Courtès
Subject: 01/04: gnu: Add r-mosaicdata.
Date: Mon, 10 Sep 2018 18:15:03 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2f195b6f23865417284883bfebc3b697270130f5
Author: pimi <address@hidden>
Date:   Wed Aug 29 10:28:15 2018 +0200

    gnu: Add r-mosaicdata.
    
    * gnu/packages/cran.scm (r-mosaicdata): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/cran.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8144391..11822e1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5564,3 +5564,22 @@ gf_density(), and so on, bring the formula interface to 
ggplot().  This captures
 and extends the excellent simplicity of the lattice-graphics formula interface,
 while providing the intuitive capabilities of @code{r-ggplot2}.")
     (license license:expat)))
+
+(define-public r-mosaicdata
+  (package
+    (name "r-mosaicdata")
+    (version "0.17.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mosaicData" version))
+       (sha256
+        (base32 "04z0mdm52mykqsxsinhmsihn181zf6cw321gayk2rjp7lj7mwdq9"))))
+    (properties `((upstream-name . "mosaicData")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/mosaicData/";)
+    (synopsis "Data sets for project Mosaic")
+    (description
+     "This package provides data sets from project Mosaic 
@url{http://mosaic-web.org}
+used to teach mathematics, statistics, computation and modeling.")
+    (license license:gpl2+)))



reply via email to

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