me
/
guix
Archived
1
0
Fork 0

gnu: r-diptest: Update to 0.77-0.

* gnu/packages/statistics.scm (r-diptest): Update to 0.77-0.

Change-Id: Ic0dcd061fc82a6ef5bc4eb9d222245c00052e0aa
Ricardo Wurmus 2023-12-15 12:17:12 +01:00
parent c5e8b34bde
commit f7da625a37
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")