3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

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))