gnu: r-plyr: Update to 1.8.4.
* gnu/packages/statistics.scm (r-plyr): Update to 1.8.4.
This commit is contained in:
parent
8b2f96e73a
commit
deb265a7b3
|
@ -427,13 +427,13 @@ in which the whole-plots or split-plots or both can be freely exchangeable.")
|
|||
(define-public r-plyr
|
||||
(package
|
||||
(name "r-plyr")
|
||||
(version "1.8.3")
|
||||
(version "1.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "plyr" version))
|
||||
(sha256
|
||||
(base32 "06v4zxawpjz37rp2q2ii5q43g664z9s29j4ydn0cz3crn7lzl6pk"))))
|
||||
(base32 "1igar5pcjqh0jyxv0z3jah8rz617vfa86vw0r5c7c031b7bj5db0"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("r-rcpp" ,r-rcpp)))
|
||||
(home-page "http://had.co.nz/plyr")
|
||||
|
|
Loading…
Reference in New Issue