1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-05 14:54:06 +02:00

gnu: r-insight: Update to 0.18.8.

* gnu/packages/cran.scm (r-insight): Update to 0.18.8.
This commit is contained in:
Ricardo Wurmus
2022-11-29 15:22:09 +01:00
parent e780f9af84
commit b33bee06b5
+2 -2
View File
@@ -10890,14 +10890,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.6")
(version "0.18.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"1bhwfx75lnjrvn6byl2dn8fzfh2in2msghxwyy9jwpvnxk4c63db"))))
"01bm7w8f80i550gwv41kakaxp0d5a2pqa2s3ihz36snkczmdlapm"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))