gnu: r-ggplot2: Update to 2.2.0.
* gnu/packages/statistics.scm (r-ggplot2): Update to 2.2.0. [propagated-inputs]: Remove r-proto and r-svglite; add r-lazyeval and r-tibble.
This commit is contained in:
parent
b94b03b7fa
commit
ab01f1cdb1
|
@ -712,22 +712,22 @@ legends.")
|
||||||
(define-public r-ggplot2
|
(define-public r-ggplot2
|
||||||
(package
|
(package
|
||||||
(name "r-ggplot2")
|
(name "r-ggplot2")
|
||||||
(version "2.1.0")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggplot2" version))
|
(uri (cran-uri "ggplot2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s9rvp0f736ji6p9xpxq54agxf95pjkql4sj7ag0hv2xhnp27hzj"))))
|
(base32 "1nicx903gl9hg8g1yl5v3n8p2pds756yln6bbclkkd3kal4dkmv4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-digest" ,r-digest)
|
`(("r-digest" ,r-digest)
|
||||||
("r-gtable" ,r-gtable)
|
("r-gtable" ,r-gtable)
|
||||||
("r-plyr" ,r-plyr)
|
("r-plyr" ,r-plyr)
|
||||||
("r-proto" ,r-proto)
|
("r-lazyeval" ,r-lazyeval)
|
||||||
|
("r-tibble" ,r-tibble)
|
||||||
("r-reshape2" ,r-reshape2)
|
("r-reshape2" ,r-reshape2)
|
||||||
("r-scales" ,r-scales)
|
("r-scales" ,r-scales)))
|
||||||
("r-svglite" ,r-svglite)))
|
|
||||||
(home-page "http://ggplot2.org")
|
(home-page "http://ggplot2.org")
|
||||||
(synopsis "An implementation of the grammar of graphics")
|
(synopsis "An implementation of the grammar of graphics")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue