1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

gnu: r-insight: Update to 0.8.1.

* gnu/packages/cran.scm (r-insight): Update to 0.8.1.
This commit is contained in:
Ricardo Wurmus
2020-02-19 21:09:10 +01:00
parent 8151a35812
commit cedf4aa48c

View File

@@ -6383,14 +6383,14 @@ other add-on packages.")
(define-public r-insight
(package
(name "r-insight")
(version "0.8.0")
(version "0.8.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"1bkcwvjpfy4q4k478x8x42yiqz6v0fk6z6hfp6fli3h63smlmck0"))))
"1y889bydmji3pcq2bdf6xl6ikmd45wbwl53ssvsk05b5ahkyxi76"))))
(build-system r-build-system)
(home-page "https://easystats.github.io/insight/")
(synopsis "Easy access to model information for various model objects")