mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-fdrtool: Update to 1.2.18.
* gnu/packages/statistics.scm (r-fdrtool): Update to 1.2.18. Change-Id: I199c8f82b86c1b8cc40f5dffd6c55f1ff4b727e0
This commit is contained in:
parent
304c1f8a93
commit
5af4d1537b
1 changed files with 2 additions and 2 deletions
|
@ -6456,14 +6456,14 @@ easy and fun.")
|
||||||
(define-public r-fdrtool
|
(define-public r-fdrtool
|
||||||
(package
|
(package
|
||||||
(name "r-fdrtool")
|
(name "r-fdrtool")
|
||||||
(version "1.2.17")
|
(version "1.2.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fdrtool" version))
|
(uri (cran-uri "fdrtool" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pf554vb902vavgqc4c0kgghywbgcvr3lkkr414bxngavcd60lil"))))
|
"1vxswr56c63vvl2q6m0j0a5psdw724vspf6zxlr1k9zsdfcnd6b4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://strimmerlab.org/software/fdrtool/")
|
(home-page "https://strimmerlab.org/software/fdrtool/")
|
||||||
(synopsis "Estimation of false discovery rates and higher criticism")
|
(synopsis "Estimation of false discovery rates and higher criticism")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue