mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-diptest: Update to 0.76-0.
* gnu/packages/statistics.scm (r-diptest): Update to 0.76-0.
This commit is contained in:
parent
c45cdd9035
commit
afd1391b2a
1 changed files with 2 additions and 2 deletions
|
@ -4679,14 +4679,14 @@ (define-public r-randomforest
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue