3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-plyr: Update to 1.8.4.

* gnu/packages/statistics.scm (r-plyr): Update to 1.8.4.
This commit is contained in:
Ricardo Wurmus 2016-09-12 15:17:34 +02:00
parent 8b2f96e73a
commit deb265a7b3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")