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