mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-fdrtool: Update to 1.2.16.
* gnu/packages/statistics.scm (r-fdrtool): Update to 1.2.16.
This commit is contained in:
parent
d964fb5f98
commit
ee3bae282b
1 changed files with 2 additions and 2 deletions
|
@ -5535,14 +5535,14 @@ (define-public r-lubridate
|
|||
(define-public r-fdrtool
|
||||
(package
|
||||
(name "r-fdrtool")
|
||||
(version "1.2.15")
|
||||
(version "1.2.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "fdrtool" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h46frlk7d9f4qx0bg6p55nrm9wwwz2sv6d1nz7061wdfsm69yb5"))))
|
||||
"1aap4k1l3a9m43374xq688mqnzkgqx8l021li262r3h1xr4adpp7"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://strimmerlab.org/software/fdrtool/")
|
||||
(synopsis "Estimation of false discovery rates and higher criticism")
|
||||
|
|
Loading…
Reference in a new issue