gnu: r-clubsandwich: Update to 0.5.6.
* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.6.master
parent
a415f00c5d
commit
217d08960a
|
@ -6480,14 +6480,14 @@ mediation and estimating power.")
|
||||||
(define-public r-clubsandwich
|
(define-public r-clubsandwich
|
||||||
(package
|
(package
|
||||||
(name "r-clubsandwich")
|
(name "r-clubsandwich")
|
||||||
(version "0.5.5")
|
(version "0.5.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "clubSandwich" version))
|
(uri (cran-uri "clubSandwich" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ifnc2rg5agf7lpilmm27iq0af7ghfhkvwykajhvykgf6h4clvhf"))))
|
"0mll8q61vnb980dck8ihxcy89z8m7f8i16mqdvr4l2ljywkhpzvd"))))
|
||||||
(properties `((upstream-name . "clubSandwich")))
|
(properties `((upstream-name . "clubSandwich")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue