GNU bug report logs -
#32573
[PATCH] gnu: Add r-mosaic.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32573 in the body.
You can then email your comments to 32573 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#32573
; Package
guix-patches
.
(Wed, 29 Aug 2018 08:36:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
pimi <madalinionel.patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 29 Aug 2018 08:36:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Mon, 10 Sep 2018 20:23:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
pimi <madalinionel.patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Mon, 10 Sep 2018 20:23:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 32573-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
pimi <madalinionel.patrascu <at> mdc-berlin.de> skribis:
> gnu/packages/cran.scm (r-mosaic): New variable.
Applied with the minor changes below, thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
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+)))
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 09 Oct 2018 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.