3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-ggeffects: Update to 0.15.1.

* gnu/packages/cran.scm (r-ggeffects): Update to 0.15.1.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:57:22 +02:00
parent daebdd3339
commit 66e1d3860b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9098,14 +9098,14 @@ effects models and Bayesian models.")
(define-public r-ggeffects
(package
(name "r-ggeffects")
(version "0.15.0")
(version "0.15.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggeffects" version))
(sha256
(base32
"1bqvbhw5la3cj3v0gwava117ff24b1p450azln402gsxgfl3vw7r"))))
"12z58casz0yl1w7nfs64bz4miz0mmc300ap3rz4d2cc4z0rg0r47"))))
(build-system r-build-system)
(propagated-inputs
`(("r-insight" ,r-insight)