diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-22 09:22:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-22 09:22:20 +0100 |
commit | bef0266be939b276909ee3fe755ef79325763af6 (patch) | |
tree | b1e3c40c866d923a094f226c0ceed897c3efae50 /gnu/packages/cran.scm | |
parent | f5454f6bd10ea678434cf42551adfc0c9bdaf079 (diff) |
gnu: r-mosaic: Update to 1.8.3.
This is a follow-up to commit 2ced098512ecd754d3cb35616c811673365ef18d,
which had been pushed by accident.
* gnu/packages/cran.scm (r-mosaic): Update to 1.8.3.
[propagated-inputs]: Add r-ggridges, r-ggstance, r-leaflet, and r-rlang;
remove r-lazyeval.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index d0e5c38b96..17dfb5cd4f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10235,16 +10235,19 @@ Processing of very large files is supported.") r-ggformula r-ggplot2 r-ggrepel + r-ggridges + r-ggstance r-glue r-gridextra r-lattice r-latticeextra - r-lazyeval + r-leaflet r-mass r-matrix r-mosaiccore r-mosaicdata r-readr + r-rlang r-tidyr)) (native-inputs (list r-knitr)) |