gnu: r-insight: Update to 0.18.3.

* gnu/packages/cran.scm (r-insight): Update to 0.18.3.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:52:57 +02:00
parent d7e46a3b9a
commit 567af5689f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

@ -10478,14 +10478,14 @@ Decomposition in R (Beaton et al 2014) <doi:10.1016/j.csda.2013.11.006>.")
(define-public r-insight
(package
(name "r-insight")
(version "0.18.0")
(version "0.18.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"09gpkac882hqw84rk66h5dm94ljk08ydz13wz9fbjdxaffgw5ba1"))))
"1bj6dliin3draqb447zyy1w4z277n8rj5sdl3lnx468bq1yqc8h9"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))