gnu: r-metap: Update to 1.8.
* gnu/packages/bioconductor.scm (r-metap): Update to 1.8. [propagated-inputs]: Add r-mathjaxr and r-qqconf.
This commit is contained in:
parent
f36cf3278a
commit
6e333213d3
1 changed files with 8 additions and 3 deletions
|
@ -8368,17 +8368,22 @@ are standardized and usable by the accompanying mutossGUI package.")
|
||||||
(define-public r-metap
|
(define-public r-metap
|
||||||
(package
|
(package
|
||||||
(name "r-metap")
|
(name "r-metap")
|
||||||
(version "1.3")
|
(version "1.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "metap" version))
|
(uri (cran-uri "metap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jmmmmjiklaxfl604hwqil193ydaghvd5jv8xsr4bx3pzn5i9kvz"))))
|
"0asmypxfxly4xmcjf3yzid5zqlzg88z0brij2splfk4avsl035gf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice r-mutoss r-rdpack r-tfisher))
|
(list r-lattice
|
||||||
|
r-mathjaxr
|
||||||
|
r-mutoss
|
||||||
|
r-qqconf
|
||||||
|
r-rdpack
|
||||||
|
r-tfisher))
|
||||||
(home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
|
(home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
|
||||||
(synopsis "Meta-analysis of significance values")
|
(synopsis "Meta-analysis of significance values")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue