[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/21: gnu: r-doby: Update to 4.6-3.
From: |
guix-commits |
Subject: |
05/21: gnu: r-doby: Update to 4.6-3. |
Date: |
Sun, 27 Oct 2019 03:35:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit dcbeae6058cd29987c00e7b1919f31891c4444c5
Author: Ricardo Wurmus <address@hidden>
Date: Sun Oct 27 08:00:13 2019 +0100
gnu: r-doby: Update to 4.6-3.
* gnu/packages/cran.scm (r-doby): Update to 4.6-3.
[propagated-inputs]: Add r-broom, r-deriv, r-pbkrtest, and r-tibble.
---
gnu/packages/cran.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 45cdc36..cb22709 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6551,22 +6551,26 @@ the work.")
(define-public r-doby
(package
(name "r-doby")
- (version "4.6-2")
+ (version "4.6-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "doBy" version))
(sha256
(base32
- "02vbv9nfgywg6lsiialkmfnax5z3rkyb9nr8j9l2cp8xi6ml95mb"))))
+ "1d0d6pwai1g4i5jls0jm9va29ci5hy92n5957608f3fzi1jwy635"))))
(properties `((upstream-name . "doBy")))
(build-system r-build-system)
(propagated-inputs
- `(("r-dplyr" ,r-dplyr)
+ `(("r-broom" ,r-broom)
+ ("r-deriv" ,r-deriv)
+ ("r-dplyr" ,r-dplyr)
("r-magrittr" ,r-magrittr)
("r-mass" ,r-mass)
("r-matrix" ,r-matrix)
- ("r-plyr" ,r-plyr)))
+ ("r-plyr" ,r-plyr)
+ ("r-pbkrtest" ,r-pbkrtest)
+ ("r-tibble" ,r-tibble)))
(home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
(synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
(description
- branch master updated (5347163 -> 871c5d6), guix-commits, 2019/10/27
- 04/21: gnu: r-jomo: Update to 2.6-10., guix-commits, 2019/10/27
- 05/21: gnu: r-doby: Update to 4.6-3.,
guix-commits <=
- 08/21: gnu: r-bayestestr: Update to 0.4.0., guix-commits, 2019/10/27
- 01/21: gnu: Add r-deriv., guix-commits, 2019/10/27
- 10/21: gnu: r-ncdf4: Update to 1.17., guix-commits, 2019/10/27
- 02/21: gnu: Add r-sets., guix-commits, 2019/10/27
- 09/21: gnu: r-performance: Update to 0.4.0., guix-commits, 2019/10/27
- 12/21: gnu: r-spam: Update to 2.3-0.1., guix-commits, 2019/10/27
- 14/21: gnu: r-partitions: Update to 1.9-22., guix-commits, 2019/10/27
- 15/21: gnu: r-ggvis: Update to 0.4.5., guix-commits, 2019/10/27
- 18/21: gnu: r-mgcv: Update to 1.8-30., guix-commits, 2019/10/27
- 17/21: gnu: r-jpeg: Update to 0.1-8.1., guix-commits, 2019/10/27