gnu: r-diptest: Update to 0.77-0.
* gnu/packages/statistics.scm (r-diptest): Update to 0.77-0. Change-Id: Ic0dcd061fc82a6ef5bc4eb9d222245c00052e0aa
parent
c5e8b34bde
commit
f7da625a37
|
@ -5505,14 +5505,14 @@ forest of trees using random inputs, for classification and regression.")
|
||||||
(define-public r-diptest
|
(define-public r-diptest
|
||||||
(package
|
(package
|
||||||
(name "r-diptest")
|
(name "r-diptest")
|
||||||
(version "0.76-0")
|
(version "0.77-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "diptest" version))
|
(uri (cran-uri "diptest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10629vwn6r2949jjrmj5slbb5v0vnm3w0v8mrl7ws68m2sxmx2jh"))))
|
"0cnaz1akl86vg5p0g4yl4r66407dxssfki130rrwxpbbbqakbj63"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/diptest")
|
(home-page "https://cran.r-project.org/web/packages/diptest")
|
||||||
(synopsis "Hartigan's dip test statistic for unimodality")
|
(synopsis "Hartigan's dip test statistic for unimodality")
|
||||||
|
|
Reference in New Issue