me
/
guix
Archived
1
0
Fork 0

gnu: r-tarchetypes: Update to 0.7.9.

* gnu/packages/cran.scm (r-tarchetypes): Update to 0.7.9.
[propagated-inputs]: Remove r-furrr, r-future, and r-future-callr.
master
Ricardo Wurmus 2023-10-05 13:34:46 +02:00
parent 7141b41835
commit f87c1c1016
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 5 deletions

View File

@ -15407,21 +15407,18 @@ handle data from simple random samples as well as complex surveys.")
(define-public r-tarchetypes
(package
(name "r-tarchetypes")
(version "0.7.8")
(version "0.7.9")
(source (origin
(method url-fetch)
(uri (cran-uri "tarchetypes" version))
(sha256
(base32
"1m43f2c2rrwnmsbhzfl97fvgjnfm4xwip09saia0dmp84lml26n1"))))
"1889jca7zwav1wwig1a4jr1dxmbcszfriqmhdyg97m2s1c9j0r9p"))))
(properties `((upstream-name . "tarchetypes")))
(build-system r-build-system)
(propagated-inputs (list r-digest
r-dplyr
r-fs
r-furrr
r-future
r-future-callr
r-rlang
r-targets
r-tibble