gnu: r-latticeextra: Update to 0.6-30.
* gnu/packages/statistics.scm (r-latticeextra): Update to 0.6-30. [propagated-inputs]: Add r-interp and r-mass.
parent
d6cf8514c8
commit
c3d510f27f
|
@ -2693,18 +2693,23 @@ scaling functions for R.")
|
||||||
(define-public r-latticeextra
|
(define-public r-latticeextra
|
||||||
(package
|
(package
|
||||||
(name "r-latticeextra")
|
(name "r-latticeextra")
|
||||||
(version "0.6-29")
|
(version "0.6-30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "latticeExtra" version))
|
(uri (cran-uri "latticeExtra" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04fzwcqs594rk5qp98yilh3kdh3sw4xf8wld5rp94ggpaqfw7bbc"))))
|
"1vcy4xr6c53nbvnxikjnlf5kd3n5hf4d8dzj5d41hj322dlsfl65"))))
|
||||||
(properties `((upstream-name . "latticeExtra")))
|
(properties `((upstream-name . "latticeExtra")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-jpeg r-lattice r-png r-rcolorbrewer))
|
(list r-interp
|
||||||
|
r-jpeg
|
||||||
|
r-lattice
|
||||||
|
r-mass
|
||||||
|
r-png
|
||||||
|
r-rcolorbrewer))
|
||||||
(home-page "http://latticeextra.r-forge.r-project.org/")
|
(home-page "http://latticeextra.r-forge.r-project.org/")
|
||||||
(synopsis "Extra graphical utilities based on lattice")
|
(synopsis "Extra graphical utilities based on lattice")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue