gnu: r-diptest: Update to 0.76-0.
* gnu/packages/statistics.scm (r-diptest): Update to 0.76-0.master
parent
c45cdd9035
commit
afd1391b2a
|
@ -4679,14 +4679,14 @@ forest of trees using random inputs, for classification and regression.")
|
|||
(define-public r-diptest
|
||||
(package
|
||||
(name "r-diptest")
|
||||
(version "0.75-7")
|
||||
(version "0.76-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "diptest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06xnc5gv1284ll0addxnxb6ljz6fn8dbyrp5vchyz6551h800aa6"))))
|
||||
"10629vwn6r2949jjrmj5slbb5v0vnm3w0v8mrl7ws68m2sxmx2jh"))))
|
||||
(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