gnu: r-fdrtool: Update to 1.2.17.
* gnu/packages/statistics.scm (r-fdrtool): Update to 1.2.17.master
parent
80c288f785
commit
a61e8f949b
|
@ -5915,14 +5915,14 @@ easy and fun.")
|
||||||
(define-public r-fdrtool
|
(define-public r-fdrtool
|
||||||
(package
|
(package
|
||||||
(name "r-fdrtool")
|
(name "r-fdrtool")
|
||||||
(version "1.2.16")
|
(version "1.2.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fdrtool" version))
|
(uri (cran-uri "fdrtool" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1aap4k1l3a9m43374xq688mqnzkgqx8l021li262r3h1xr4adpp7"))))
|
"1pf554vb902vavgqc4c0kgghywbgcvr3lkkr414bxngavcd60lil"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://strimmerlab.org/software/fdrtool/")
|
(home-page "http://strimmerlab.org/software/fdrtool/")
|
||||||
(synopsis "Estimation of false discovery rates and higher criticism")
|
(synopsis "Estimation of false discovery rates and higher criticism")
|
||||||
|
|
Reference in New Issue