me
/
guix
Archived
1
0
Fork 0

gnu: r-plyr: Update to 1.8.6.

* gnu/packages/statistics.scm (r-plyr): Update to 1.8.6.
master
Ricardo Wurmus 2020-03-04 20:18:45 +01:00
parent 555f227398
commit 6f6c73773d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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