gnu: r-insight: Update to 0.19.6.
* gnu/packages/cran.scm (r-insight): Update to 0.19.6. Change-Id: Idd6e0660a6a068c0cad139ab0e5a4e72a67c2d6a
This commit is contained in:
parent
1b6d0256f5
commit
d89584767c
1 changed files with 2 additions and 2 deletions
|
@ -13414,14 +13414,14 @@ Decomposition in R (Beaton et al 2014) <doi:10.1016/j.csda.2013.11.006>.")
|
||||||
(define-public r-insight
|
(define-public r-insight
|
||||||
(package
|
(package
|
||||||
(name "r-insight")
|
(name "r-insight")
|
||||||
(version "0.19.5")
|
(version "0.19.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "insight" version))
|
(uri (cran-uri "insight" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0794p9dbclj1d7fcka6sqm8jzqsc58hxmmsksd3hmzv0qz49yhkg"))))
|
"1gnxhszwccmvjarq47p7s09jrkhvd8zkz632ysxz6dgxfpqn9zqh"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Reference in a new issue