me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2022-06-30 15:16:06 +02:00
parent f36cf3278a
commit 6e333213d3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 8 additions and 3 deletions

View File

@ -8368,17 +8368,22 @@ are standardized and usable by the accompanying mutossGUI package.")
(define-public r-metap
(package
(name "r-metap")
(version "1.3")
(version "1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "metap" version))
(sha256
(base32
"1jmmmmjiklaxfl604hwqil193ydaghvd5jv8xsr4bx3pzn5i9kvz"))))
"0asmypxfxly4xmcjf3yzid5zqlzg88z0brij2splfk4avsl035gf"))))
(build-system r-build-system)
(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")
(synopsis "Meta-analysis of significance values")
(description