1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-tarchetypes: Update to 0.14.1.

* gnu/packages/cran.scm (r-tarchetypes): Update to 0.14.1.

Change-Id: I0d6a2f04ebc882b7e319a66dd5107e9905426b6c
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:10 +01:00
parent fb4acc6495
commit ba7575053b

View File

@@ -30563,13 +30563,13 @@ handle data from simple random samples as well as complex surveys.")
(define-public r-tarchetypes
(package
(name "r-tarchetypes")
(version "0.14.0")
(version "0.14.1")
(source (origin
(method url-fetch)
(uri (cran-uri "tarchetypes" version))
(sha256
(base32
"0p4i840d4bafhv2va26m97li656mxasiwf860i4v35xmiyckn0fj"))))
"1i72rm81dfk7h8pd53l0jlsawljnd8smqy7b4ylrdpmgmyy7hgfz"))))
(properties `((upstream-name . "tarchetypes")))
(build-system r-build-system)
;; Many tests fail, because r-targets looks up the system's partitions,