me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.19.1.

* gnu/packages/cran.scm (r-insight): Update to 0.19.1.
master
Ricardo Wurmus 2023-03-19 21:01:37 +01:00
parent 4f4817e0f0
commit 8ab5665bfd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12113,14 +12113,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.0")
(version "0.19.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"0990jbcsv168j7kbbg91jk8qdv9vph98y5snpb7i4v5q9qwkvdp7"))))
"1swq3if5frabn62zd7l756iw7h6cmlw1siyl5wvilsy68jb64hhh"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))