mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 01:07:41 +01: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:
parent
8151a35812
commit
cedf4aa48c
1 changed files with 2 additions and 2 deletions
|
@ -6383,14 +6383,14 @@ (define-public r-prediction
|
||||||
(define-public r-insight
|
(define-public r-insight
|
||||||
(package
|
(package
|
||||||
(name "r-insight")
|
(name "r-insight")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "insight" version))
|
(uri (cran-uri "insight" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bkcwvjpfy4q4k478x8x42yiqz6v0fk6z6hfp6fli3h63smlmck0"))))
|
"1y889bydmji3pcq2bdf6xl6ikmd45wbwl53ssvsk05b5ahkyxi76"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://easystats.github.io/insight/")
|
(home-page "https://easystats.github.io/insight/")
|
||||||
(synopsis "Easy access to model information for various model objects")
|
(synopsis "Easy access to model information for various model objects")
|
||||||
|
|
Loading…
Reference in a new issue