guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit dd5756935dcc4e7b4870e860c6cb60c7cae2dbf7
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 3 22:37:09 2025 +0100
gnu: r-doby: Update to 4.7.1.
* gnu/packages/cran.scm (r-doby): Update to 4.7.1.
[propagated-inputs]: Add r-forecast and r-purrr.
[native-inputs]: Remove r-geepack, r-lme4, and r-multcomp.
Change-Id: Idb09f561eea127248e353a7aaa96eb965fae254c
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 167fe9958b..244b979b6f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26631,14 +26631,14 @@ the work.")
(define-public r-doby
(package
(name "r-doby")
- (version "4.7.0")
+ (version "4.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "doBy" version))
(sha256
(base32
- "1217zbcwwcafqmg8h3dmqjvpqz9id61ppv3hdlm69vbxfk2nsw5a"))))
+ "0yw2ggwgm34hf89vkrlfnykgs3icmfds6qblpvfpm42g7d7b3nd6"))))
(properties `((upstream-name . "doBy")))
(build-system r-build-system)
(propagated-inputs
@@ -26647,16 +26647,18 @@ the work.")
r-cowplot
r-deriv
r-dplyr
+ r-forecast
r-ggplot2
r-mass
r-matrix
r-microbenchmark
r-modelr
+ r-purrr
r-rlang
r-tibble
r-tidyr))
(native-inputs
- (list r-geepack r-knitr r-lme4 r-multcomp r-testthat))
+ (list r-knitr r-testthat))
(home-page "https://people.math.aau.dk/~sorenh/software/doBy/")
(synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
(description