gnu: r-reshape2: Update to 1.4.3.
* gnu/packages/statistics.scm (r-reshape2): Update to 1.4.3.master
parent
d0c1a402db
commit
de3fd9253f
|
@ -988,13 +988,13 @@ the input of another.")
|
||||||
(define-public r-reshape2
|
(define-public r-reshape2
|
||||||
(package
|
(package
|
||||||
(name "r-reshape2")
|
(name "r-reshape2")
|
||||||
(version "1.4.2")
|
(version "1.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "reshape2" version))
|
(uri (cran-uri "reshape2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0swvjmc9f8cvkrsz463cp6snd8bncbv6q8yrfrb4rgkr0dhq6dvd"))))
|
(base32 "03ki5ka1dj208fc0dclbm0b4xp9d769pah2j9cs34l776p4r9zwa"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-plyr" ,r-plyr)
|
`(("r-plyr" ,r-plyr)
|
||||||
|
|
Reference in New Issue