gnu: r-clubsandwich: Update to 0.5.11.
* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.11. [propagated-inputs]: Add r-lifecycle. Change-Id: Ia80ff5befd136c5f3893533e0e41bf95fca61a22master
parent
b11e662121
commit
9a20f46def
|
@ -7095,18 +7095,18 @@ mediation and estimating power.")
|
||||||
(define-public r-clubsandwich
|
(define-public r-clubsandwich
|
||||||
(package
|
(package
|
||||||
(name "r-clubsandwich")
|
(name "r-clubsandwich")
|
||||||
(version "0.5.10")
|
(version "0.5.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "clubSandwich" version))
|
(uri (cran-uri "clubSandwich" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qx4qq0k01q06hrs348n417pf338dyfbcy2vsi0y3ap6y1rb7w6s"))))
|
"1y9iy86w2440y22279is7vgi9m9v876p5954nhq5lg9ghpzbwzdq"))))
|
||||||
(properties `((upstream-name . "clubSandwich")))
|
(properties `((upstream-name . "clubSandwich")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-sandwich))
|
(list r-lifecycle r-sandwich))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/jepusto/clubSandwich")
|
(home-page "https://github.com/jepusto/clubSandwich")
|
||||||
(synopsis "Cluster-Robust (Sandwich) Variance Estimators with Small-Sample
|
(synopsis "Cluster-Robust (Sandwich) Variance Estimators with Small-Sample
|
||||||
|
|
Reference in New Issue