Archived
1
0
Fork 0

gnu: r-infer: Update to 1.0.6.

* gnu/packages/cran.scm (r-infer): Update to 1.0.6.
[propagated-inputs]: Add r-cli.

Change-Id: Ibdbc51f294e86a39465d4a92ca662ebbc3a0b8f3
This commit is contained in:
Ricardo Wurmus 2024-02-01 22:13:04 +01:00
parent 6a156e2e0f
commit 1668c58ae0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -36150,18 +36150,19 @@ functions or computational engines (e.g. R, Spark, Stan, etc).")
(define-public r-infer (define-public r-infer
(package (package
(name "r-infer") (name "r-infer")
(version "1.0.5") (version "1.0.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "infer" version)) (uri (cran-uri "infer" version))
(sha256 (sha256
(base32 (base32
"1zs1c22zc255m23in99cqp2chpdkski002rywmkdzwf6nd96mly7")))) "0rlb7l6jl6f5kgzd9s08bifgvyafvjyfpazgqzl0w1ki875642n1"))))
(properties `((upstream-name . "infer"))) (properties `((upstream-name . "infer")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-broom (list r-broom
r-cli
r-dplyr r-dplyr
r-generics r-generics
r-ggplot2 r-ggplot2