mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-diptest: Update to 0.77-1.
* gnu/packages/statistics.scm (r-diptest): Update to 0.77-1. Change-Id: I4f8c677984f68d3d8a093d5bdd497352e4c8d4c4
This commit is contained in:
parent
35b317eaa2
commit
26ebfaa9e4
1 changed files with 2 additions and 2 deletions
|
@ -5559,14 +5559,14 @@ (define-public r-randomforest
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue