gnu: r-scales: Update to 1.0.0.
* gnu/packages/statistics.scm (r-scales): Update to 1.0.0. [propagated-inputs]: Remove r-dichromat and r-plyr.
This commit is contained in:
parent
97c81cc174
commit
3bf390279d
|
@ -1033,19 +1033,17 @@ using just two functions: melt and dcast (or acast).")
|
||||||
(define-public r-scales
|
(define-public r-scales
|
||||||
(package
|
(package
|
||||||
(name "r-scales")
|
(name "r-scales")
|
||||||
(version "0.5.0")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "scales" version))
|
(uri (cran-uri "scales" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zg9wfzmsdjxpbld0nzv7hcpq5r0wazqxmn7grvvif2agj0w1z6v"))))
|
(base32 "0353dkh3d7x78463c6ds80hcml59lrqwr8rlv82a8dnkxla4l7qc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-dichromat" ,r-dichromat)
|
`(("r-labeling" ,r-labeling)
|
||||||
("r-labeling" ,r-labeling)
|
|
||||||
("r-munsell" ,r-munsell)
|
("r-munsell" ,r-munsell)
|
||||||
("r-plyr" ,r-plyr)
|
|
||||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-r6" ,r-r6)
|
("r-r6" ,r-r6)
|
||||||
|
|
Loading…
Reference in New Issue