gnu: r-hexbin: Update to 1.28.1.
* gnu/packages/statistics.scm (r-hexbin): Update to 1.28.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
d6d08891f4
commit
c06d6ebdad
1 changed files with 4 additions and 3 deletions
|
@ -3712,19 +3712,20 @@ and tidyr provides no margins or aggregation.")
|
||||||
(define-public r-hexbin
|
(define-public r-hexbin
|
||||||
(package
|
(package
|
||||||
(name "r-hexbin")
|
(name "r-hexbin")
|
||||||
(version "1.28.0")
|
(version "1.28.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "hexbin" version))
|
(uri (cran-uri "hexbin" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b58jb1kz39wzrnkv077cfzns889xly7psvhxnm3xmnx6yvd986d"))))
|
"1ry6jm3lqz3mj0s5rzbs6mpkz2hxpnvbw8c1vwc4pj7b173r5l22"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)))
|
`(("r-lattice" ,r-lattice)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)
|
||||||
|
("r-knitr" ,r-knitr))) ; for vignettes
|
||||||
(home-page "https://github.com/edzer/hexbin")
|
(home-page "https://github.com/edzer/hexbin")
|
||||||
(synopsis "Hexagonal binning routines")
|
(synopsis "Hexagonal binning routines")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue