me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.8.0.

* gnu/packages/cran.scm (r-insight): Update to 0.8.0.
master
Ricardo Wurmus 2020-01-16 05:42:16 +01:00
parent 4afe271458
commit 4a3351e3cd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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