[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/211: gnu: r-mosaic: Update to 1.8.4.
From: |
guix-commits |
Subject: |
68/211: gnu: r-mosaic: Update to 1.8.4. |
Date: |
Tue, 20 Sep 2022 06:24:14 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit ad2e38e06a8a4b2932b348f7804c58d2a8544f91
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:59 2022 +0200
gnu: r-mosaic: Update to 1.8.4.
* gnu/packages/cran.scm (r-mosaic): Update to 1.8.4.
[propagated-inputs]: Remove r-broom, r-ggdendro, r-ggrepel, r-ggridges,
r-ggstance,
r-glue, r-gridextra, r-latticeextra, r-leaflet, and r-readr; add
r-purrr.
---
gnu/packages/cran.scm | 65 ++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 37 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fbb5042a69..b0eaf840fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11762,48 +11762,39 @@ Processing of very large files is supported.")
(define-public r-mosaic
(package
- (name "r-mosaic")
- (version "1.8.3")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "mosaic" version))
- (sha256
- (base32 "1y0isqbva0vi5zlx1xvixbq87n4xp66ljh43qnd0cpzaz0mn21cg"))))
- (build-system r-build-system)
- (propagated-inputs
- (list r-broom
- r-dplyr
- r-ggdendro
- r-ggformula
- r-ggplot2
- r-ggrepel
- r-ggridges
- r-ggstance
- r-glue
- r-gridextra
- r-lattice
- r-latticeextra
- r-leaflet
- r-mass
- r-matrix
- r-mosaiccore
- r-mosaicdata
- r-readr
- r-rlang
- r-tidyr))
- (native-inputs
- (list r-knitr))
- (home-page "https://github.com/ProjectMOSAIC/mosaic/")
- (synopsis "Mathematics, statistics, and computation teaching utilities")
- (description
- "This package contain data sets and utilities from
+ (name "r-mosaic")
+ (version "1.8.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "mosaic" version))
+ (sha256
+ (base32 "0ix9c4rpa1h7cya9mqzqph9ain1ng61px5v4wwvlaf76zdr51c0i"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-dplyr
+ r-ggformula
+ r-ggplot2
+ r-lattice
+ r-mass
+ r-matrix
+ r-mosaiccore
+ r-mosaicdata
+ r-purrr
+ r-rlang
+ r-tidyr))
+ (native-inputs
+ (list r-knitr))
+ (home-page "https://github.com/ProjectMOSAIC/mosaic/")
+ (synopsis "Mathematics, statistics, and computation teaching utilities")
+ (description
+ "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+)))
+ (license license:gpl2+)))
(define-public r-abd
(package
- 69/211: gnu: r-furrr: Update to 0.3.1., (continued)
- 69/211: gnu: r-furrr: Update to 0.3.1., guix-commits, 2022/09/20
- 63/211: gnu: r-mosaiccore: Update to 0.9.2., guix-commits, 2022/09/20
- 56/211: gnu: r-factominer: Update to 2.6., guix-commits, 2022/09/20
- 39/211: gnu: r-broom: Update to 1.0.1., guix-commits, 2022/09/20
- 27/211: gnu: r-reprex: Update to 2.0.2., guix-commits, 2022/09/20
- 47/211: gnu: r-urca: Update to 1.3-3., guix-commits, 2022/09/20
- 61/211: gnu: r-flextable: Update to 0.8.0., guix-commits, 2022/09/20
- 35/211: gnu: r-prismatic: Update to 1.1.1., guix-commits, 2022/09/20
- 60/211: gnu: r-insight: Update to 0.18.3., guix-commits, 2022/09/20
- 30/211: gnu: r-modelr: Update to 0.1.9., guix-commits, 2022/09/20
- 68/211: gnu: r-mosaic: Update to 1.8.4.,
guix-commits <=
- 12/211: gnu: r-perfmeas: Update to 1.2.5., guix-commits, 2022/09/20
- 11/211: gnu: r-valr: Update to 0.6.5., guix-commits, 2022/09/20
- 05/211: gnu: liblantern: Do not hardcode Python version., guix-commits, 2022/09/20
- 06/211: gnu: liblantern: Update to 0.8.1., guix-commits, 2022/09/20
- 22/211: gnu: r-ggpmisc: Update to 0.5.0., guix-commits, 2022/09/20
- 14/211: gnu: r-activedriverwgs: Update to 1.2.0., guix-commits, 2022/09/20
- 20/211: gnu: r-zoo: Update to 1.8-11., guix-commits, 2022/09/20
- 24/211: gnu: r-poorman: Update to 0.2.6., guix-commits, 2022/09/20
- 15/211: gnu: r-datawizard: Update to 0.6.0., guix-commits, 2022/09/20
- 17/211: gnu: r-googlesheets4: Update to 1.0.1., guix-commits, 2022/09/20