[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: r-plyr: Update to 1.8.6.
From: |
guix-commits |
Subject: |
08/08: gnu: r-plyr: Update to 1.8.6. |
Date: |
Wed, 4 Mar 2020 14:19:39 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6f6c73773d9fca5b264efe6260bf36901104f2d2
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Mar 4 20:18:45 2020 +0100
gnu: r-plyr: Update to 1.8.6.
* gnu/packages/statistics.scm (r-plyr): Update to 1.8.6.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0ba51b0..81956c8 100644
--- a/gnu/packages/statistics.scm
+++ b/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")
- branch master updated (74c65c9 -> 6f6c737), guix-commits, 2020/03/04
- 01/08: gnu: r-ggformula: Update to 0.9.4., guix-commits, 2020/03/04
- 02/08: gnu: r-emmeans: Update to 1.4.5., guix-commits, 2020/03/04
- 03/08: gnu: r-compositions: Update to 1.40-4., guix-commits, 2020/03/04
- 04/08: gnu: r-spacyr: Update to 1.2.1., guix-commits, 2020/03/04
- 08/08: gnu: r-plyr: Update to 1.8.6.,
guix-commits <=
- 05/08: gnu: r-erm: Update to 1.0-1., guix-commits, 2020/03/04
- 07/08: gnu: r-nlme: Update to 3.1-145., guix-commits, 2020/03/04
- 06/08: gnu: r-foreign: Update to 0.8-76., guix-commits, 2020/03/04