me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.19.4.

* gnu/packages/cran.scm (r-insight): Update to 0.19.4.
master
Ricardo Wurmus 2023-09-14 00:04:07 +02:00
parent 28d1e102b6
commit e371d89fa4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -13254,14 +13254,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.19.3")
(version "0.19.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"0zl8in5mvqjq58kprn1slrgc5wfh8vv7wprfc3qp3xl4bsqkj7zz"))))
"1v9555c4rrq91gkpy995f4p6gzcmw7xir73pvi70jwy81agc99g1"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))