mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
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 @@ (define-public r-tidyr
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue