Browse Source
gnu: r-plyr: Update to 1.8.6.
* gnu/packages/statistics.scm (r-plyr): Update to 1.8.6.
guile-daemon
Ricardo Wurmus
2 years ago
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with
2 additions and
2 deletions
-
gnu/packages/statistics.scm
|
|
@ -933,13 +933,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.5") |
|
|
|
(version "1.8.6") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (cran-uri "plyr" version)) |
|
|
|
(sha256 |
|
|
|
(base32 "0x4mbb3rgv1ayxqidw0p9i10khbg51fz5r62vw4il8d7licqq07a")))) |
|
|
|
(base32 "11sjjdn146w95s1vsfmmgdls082cbnm1slv98xvyjhsl2mpx4mga")))) |
|
|
|
(build-system r-build-system) |
|
|
|
(propagated-inputs `(("r-rcpp" ,r-rcpp))) |
|
|
|
(home-page "http://had.co.nz/plyr") |
|
|
|