1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-29 13:54:08 +02:00

gnu: r-collapse: Update to 2.1.7.

* gnu/packages/cran.scm (r-collapse): Update to 2.1.7.
[native-inputs]: Add r-tibble.

Change-Id: Ieb29ba91721bfc5045baf779a03eb5b4be390550
This commit is contained in:
Ricardo Wurmus
2026-05-21 06:15:14 +02:00
parent badba86af0
commit cd35f0130b
+3 -2
View File
@@ -2221,13 +2221,13 @@ labels on the node can also be achieved.")
(define-public r-collapse
(package
(name "r-collapse")
(version "2.1.6")
(version "2.1.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "collapse" version))
(sha256
(base32 "1nas21avxrc28pqn83iknnd0nriyx3ygj290gy68bqwpcch71nwl"))))
(base32 "0y9fma6fk43n4cza7wyxxx3w9v40y7d1jffca47d552x794rxypq"))))
(properties `((upstream-name . "collapse")))
(build-system r-build-system)
(arguments
@@ -2255,6 +2255,7 @@ labels on the node can also be achieved.")
r-magrittr
r-matrixstats
r-testthat
r-tibble
r-withr
r-zoo))
(home-page "https://sebkrantz.github.io/collapse/")