gnu: r-insight: Update to 0.4.1.
* gnu/packages/cran.scm (r-insight): Update to 0.4.1.
This commit is contained in:
parent
72c967e2ea
commit
44de742e37
|
@ -6090,14 +6090,14 @@ other add-on packages.")
|
||||||
(define-public r-insight
|
(define-public r-insight
|
||||||
(package
|
(package
|
||||||
(name "r-insight")
|
(name "r-insight")
|
||||||
(version "0.3.0")
|
(version "0.4.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
|
||||||
"1r288hc01cpyrk3nias30fw783z2vw20qr1k67vr65anh7mwm7vb"))))
|
"1lw1r3mb97z5p9z25jfzlhs0sbnwp6v8kzysf0am01x4m7l3iz82"))))
|
||||||
(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 New Issue