emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32570: closed ([PATCH] gnu: Add r-mosaicdata.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32570: closed ([PATCH] gnu: Add r-mosaicdata.)
Date: Mon, 10 Sep 2018 20:18:02 +0000

Your message dated Mon, 10 Sep 2018 22:17:21 +0200
with message-id <address@hidden>
and subject line Re: [bug#32570] [PATCH] gnu: Add r-mosaicdata.
has caused the debbugs.gnu.org bug report #32570,
regarding [PATCH] gnu: Add r-mosaicdata.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32570: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32570
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-mosaicdata. Date: Wed, 29 Aug 2018 10:28:15 +0200
gnu/packages/cran.scm (r-mosaicdata): 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 768c1270a..876ef52c8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5097,3 +5097,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+)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32570] [PATCH] gnu: Add r-mosaicdata. Date: Mon, 10 Sep 2018 22:17:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello pimi,

pimi <address@hidden> skribis:

> gnu/packages/cran.scm (r-mosaicdata): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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