[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/105: gnu: r-hexbin: Update to 1.28.1.
From: |
guix-commits |
Subject: |
36/105: gnu: r-hexbin: Update to 1.28.1. |
Date: |
Wed, 19 Feb 2020 15:47:54 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c06d6ebdad6725dc776c005c96e07b6e7262b31e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:02:04 2020 +0100
gnu: r-hexbin: Update to 1.28.1.
* gnu/packages/statistics.scm (r-hexbin): Update to 1.28.1.
[native-inputs]: Add r-knitr.
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a0122b2..9f68ec3 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3712,19 +3712,20 @@ and tidyr provides no margins or aggregation.")
(define-public r-hexbin
(package
(name "r-hexbin")
- (version "1.28.0")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "hexbin" version))
(sha256
(base32
- "0b58jb1kz39wzrnkv077cfzns889xly7psvhxnm3xmnx6yvd986d"))))
+ "1ry6jm3lqz3mj0s5rzbs6mpkz2hxpnvbw8c1vwc4pj7b173r5l22"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))
(native-inputs
- `(("gfortran" ,gfortran)))
+ `(("gfortran" ,gfortran)
+ ("r-knitr" ,r-knitr))) ; for vignettes
(home-page "https://github.com/edzer/hexbin")
(synopsis "Hexagonal binning routines")
(description
- 45/105: gnu: r-emdbook: Update to 1.3.12., (continued)
- 45/105: gnu: r-emdbook: Update to 1.3.12., guix-commits, 2020/02/19
- 46/105: gnu: r-drr: Update to 0.0.4., guix-commits, 2020/02/19
- 48/105: gnu: r-performanceanalytics: Update to 2.0.4., guix-commits, 2020/02/19
- 50/105: gnu: r-processx: Update to 3.4.2., guix-commits, 2020/02/19
- 53/105: gnu: r-renv: Update to 0.9.3., guix-commits, 2020/02/19
- 54/105: gnu: r-learnr: Update to 0.10.1., guix-commits, 2020/02/19
- 55/105: gnu: r-ggpubr: Update to 0.2.5., guix-commits, 2020/02/19
- 20/105: gnu: r-foreach: Update to 1.4.8., guix-commits, 2020/02/19
- 28/105: gnu: r-fpc: Update to 2.2-5., guix-commits, 2020/02/19
- 32/105: gnu: r-directlabels: Update to 2020.1.31., guix-commits, 2020/02/19
- 36/105: gnu: r-hexbin: Update to 1.28.1.,
guix-commits <=
- 43/105: gnu: r-dendextend: Update to 1.13.3., guix-commits, 2020/02/19
- 44/105: gnu: r-bbmle: Update to 1.0.23.1., guix-commits, 2020/02/19
- 47/105: gnu: r-rmysql: Update to 0.10.19., guix-commits, 2020/02/19
- 49/105: gnu: r-laeken: Update to 0.5.1., guix-commits, 2020/02/19
- 52/105: gnu: r-vim: Update to 5.1.0., guix-commits, 2020/02/19
- 56/105: gnu: r-factominer: Update to 2.2., guix-commits, 2020/02/19
- 57/105: gnu: r-insight: Update to 0.8.1., guix-commits, 2020/02/19
- 65/105: gnu: r-glmmtmb: Update to 1.0.0., guix-commits, 2020/02/19
- 71/105: gnu: r-weights: Update to 1.0.1., guix-commits, 2020/02/19
- 72/105: gnu: r-rgl: Update to 0.100.47., guix-commits, 2020/02/19