unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32573] [PATCH] gnu: Add r-mosaic.
@ 2018-08-29  8:32 pimi
  2018-09-10 20:22 ` bug#32573: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-08-29  8:32 UTC (permalink / raw)
  To: 32573; +Cc: pimi

gnu/packages/cran.scm (r-mosaic): New variable.
---
 gnu/packages/cran.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 876ef52c8..5a00efccd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5116,3 +5116,43 @@ while providing the intuitive capabilities of @code{r-ggplot2}.")
      "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
 used to teach mathematics, statistics, computation and modeling.")
     (license license:gpl2+)))
+
+(define-public r-mosaic
+  (package
+   (name "r-mosaic")
+   (version "1.4.0")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (cran-uri "mosaic" version))
+     (sha256
+      (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
+   (build-system r-build-system)
+   (propagated-inputs
+    `(("r-broom" ,r-broom)
+      ("r-dplyr" ,r-dplyr)
+      ("r-ggdendro" ,r-ggdendro)
+      ("r-ggformula" ,r-ggformula)
+      ("r-ggplot2" ,r-ggplot2)
+      ("r-ggrepel" ,r-ggrepel)
+      ("r-glue" ,r-glue)
+      ("r-gridextra" ,r-gridextra)
+      ("r-lattice" ,r-lattice)
+      ("r-latticeextra" ,r-latticeextra)
+      ("r-lazyeval" ,r-lazyeval)
+      ("r-mass" ,r-mass)
+      ("r-matrix" ,r-matrix)
+      ("r-mosaiccore" ,r-mosaiccore)
+      ("r-mosaicdata" ,r-mosaicdata)
+      ("r-readr" ,r-readr)
+      ("r-tidyr" ,r-tidyr)))
+   (home-page "https://github.com/ProjectMOSAIC/mosaic/")
+   (synopsis "Mathematics, statistics amd computation teaching utilities")
+   (description
+    "This package contain data sets and utilities from Project MOSAIC
+@url{http://mosaic-web.org} used to teach mathematics, statistics, computation
+and modeling.  Funded by the NSF, Project MOSAIC is a community of educators
+working to tie together aspects of quantitative work that students in science,
+technology, engineering and mathematics will need in their professional lives,
+but which are usually taught in isolation, if at all.")
+   (license license:gpl2+)))
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32573: [PATCH] gnu: Add r-mosaic.
  2018-08-29  8:32 [bug#32573] [PATCH] gnu: Add r-mosaic pimi
@ 2018-09-10 20:22 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-09-10 20:22 UTC (permalink / raw)
  To: pimi; +Cc: 32573-done

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

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

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

Applied with the minor changes below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1431 bytes --]

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 123faafe4..62d1d3266 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5614,12 +5614,12 @@ used to teach mathematics, statistics, computation and modeling.")
       ("r-readr" ,r-readr)
       ("r-tidyr" ,r-tidyr)))
    (home-page "https://github.com/ProjectMOSAIC/mosaic/")
-   (synopsis "Mathematics, statistics amd computation teaching utilities")
+   (synopsis "Mathematics, statistics, and computation teaching utilities")
    (description
-    "This package contain data sets and utilities from Project MOSAIC
-@url{http://mosaic-web.org} used to teach mathematics, statistics, computation
-and modeling.  Funded by the NSF, Project MOSAIC is a community of educators
-working to tie together aspects of quantitative work that students in science,
-technology, engineering and mathematics will need in their professional lives,
-but which are usually taught in isolation, if at all.")
+    "This package contain data sets and utilities from
+@url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
+statistics, computation and modeling.  Project MOSAIC is a community of
+educators working to tie together aspects of quantitative work that students
+in science, technology, engineering and mathematics will need in their
+professional lives, but which are usually taught in isolation, if at all.")
    (license license:gpl2+)))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-10 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29  8:32 [bug#32573] [PATCH] gnu: Add r-mosaic pimi
2018-09-10 20:22 ` bug#32573: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).