GNU bug report logs - #32570
[PATCH] gnu: Add r-mosaicdata.

Previous Next

Package: guix-patches;

Reported by: pimi <madalinionel.patrascu <at> mdc-berlin.de>

Date: Wed, 29 Aug 2018 08:30:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: pimi <madalinionel.patrascu <at> mdc-berlin.de>
Subject: bug#32570: closed (Re: [bug#32570] [PATCH] gnu: Add r-mosaicdata.)
Date: Mon, 10 Sep 2018 20:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#32570: [PATCH] gnu: Add r-mosaicdata.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 32570 <at> debbugs.gnu.org.

-- 
32570: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32570
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: pimi <madalinionel.patrascu <at> mdc-berlin.de>
Cc: 32570-done <at> debbugs.gnu.org
Subject: Re: [bug#32570] [PATCH] gnu: Add r-mosaicdata.
Date: Mon, 10 Sep 2018 22:17:21 +0200
Hello pimi,

pimi <madalinionel.patrascu <at> mdc-berlin.de> skribis:

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

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: pimi <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: pimi <madalinionel.patrascu <at> mdc-berlin.de>
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




This bug report was last modified 6 years and 259 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.