[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/48: gnu: r-labelled: Update to 2.13.0.
From: |
guix-commits |
Subject: |
22/48: gnu: r-labelled: Update to 2.13.0. |
Date: |
Tue, 7 May 2024 16:20:54 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 5d222613b4716c3f4453cebaa018db12bffa6067
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:18:45 2024 +0200
gnu: r-labelled: Update to 2.13.0.
* gnu/packages/cran.scm (r-labelled): Update to 2.13.0.
[propagated-inputs]: Add r-tidyselect.
Change-Id: I0fa1bd6fdd76fbf3900103c00310925662b359f5
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b6c819960e..fe4b3df8dc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16099,14 +16099,14 @@ subsequence} (LCS) using a dynamic programming
algorithm.")
(define-public r-labelled
(package
(name "r-labelled")
- (version "2.12.0")
+ (version "2.13.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "labelled" version))
(sha256
(base32
- "1f6jh1mrbwb3v1kc49pb65sf5ffqs0h9vizpig4r5rhhv4n3q17y"))))
+ "0dx2zwympwlys8ndyfz2qki3xywz7sqxfkbd8y52zdj34fj84bly"))))
(properties `((upstream-name . "labelled")))
(build-system r-build-system)
(propagated-inputs
@@ -16116,6 +16116,7 @@ subsequence} (LCS) using a dynamic programming
algorithm.")
r-rlang
r-stringr
r-tidyr
+ r-tidyselect
r-vctrs))
(native-inputs
(list r-knitr))
- branch r-updates updated (c6c11debc7 -> fd08330f7f), guix-commits, 2024/05/07
- 02/48: gnu: r-valr: Update to 0.8.1., guix-commits, 2024/05/07
- 07/48: gnu: r-mboost: Update to 2.9-10., guix-commits, 2024/05/07
- 12/48: gnu: r-sp: Update to 2.1-4., guix-commits, 2024/05/07
- 08/48: gnu: r-secretbase: Update to 0.5.0., guix-commits, 2024/05/07
- 15/48: gnu: r-debugme: Update to 1.2.0., guix-commits, 2024/05/07
- 22/48: gnu: r-labelled: Update to 2.13.0.,
guix-commits <=
- 06/48: gnu: r-oompadata: Update to 3.1.4., guix-commits, 2024/05/07
- 01/48: gnu: r-scgate: Update to 1.6.2., guix-commits, 2024/05/07
- 04/48: gnu: r-brio: Update to 1.1.5., guix-commits, 2024/05/07
- 11/48: gnu: r-rcppspdlog: Update to 0.0.17., guix-commits, 2024/05/07
- 10/48: FIXUP r-infercnv, guix-commits, 2024/05/07
- 13/48: gnu: r-evd: Update to 2.3-7., guix-commits, 2024/05/07
- 32/48: gnu: r-imager: Update to 1.0.1., guix-commits, 2024/05/07
- 31/48: gnu: r-lda: Update to 1.5.2., guix-commits, 2024/05/07
- 26/48: gnu: r-gridpattern: Update to 1.2.1., guix-commits, 2024/05/07
- 29/48: gnu: r-apcluster: Update to 1.4.13., guix-commits, 2024/05/07