mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-metap: Update to 1.2.
* gnu/packages/cran.scm (r-metap): Move this from here... * gnu/packages/bioconductor.scm (r-metap): ...to here and update to 1.2. [propagated-inputs]: Add r-mutoss and r-tfisher.
This commit is contained in:
parent
151965fab4
commit
bf770d9240
2 changed files with 29 additions and 25 deletions
|
@ -3072,6 +3072,35 @@ (define-public r-mutoss
|
|||
;; Any version of the GPL.
|
||||
(license (list license:gpl2+ license:gpl3+))))
|
||||
|
||||
;; This is a CRAN package, but it depends on mutoss, which depends on multtest
|
||||
;; from Bioconductor, so we put it here.
|
||||
(define-public r-metap
|
||||
(package
|
||||
(name "r-metap")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "metap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pfbcixjrzx81l9wqhlp55khg9k63zf8pvg2n39c19akr4ppzhvf"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)
|
||||
("r-mutoss" ,r-mutoss)
|
||||
("r-rdpack" ,r-rdpack)
|
||||
("r-tfisher" ,r-tfisher)))
|
||||
(home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
|
||||
(synopsis "Meta-analysis of significance values")
|
||||
(description
|
||||
"The canonical way to perform meta-analysis involves using effect sizes.
|
||||
When they are not available this package provides a number of methods for
|
||||
meta-analysis of significance values including the methods of Edgington,
|
||||
Fisher, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate
|
||||
published results; and a routine for graphical display.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-triform
|
||||
(package
|
||||
(name "r-triform")
|
||||
|
|
|
@ -4123,31 +4123,6 @@ (define-public r-tinytex
|
|||
automatically.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-metap
|
||||
(package
|
||||
(name "r-metap")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "metap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10kv7z8pik5iy374h399vws0ldf41y2nczlwh8axqf9dcwl084i0"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)
|
||||
("r-rdpack" ,r-rdpack)))
|
||||
(home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
|
||||
(synopsis "Meta-analysis of significance values")
|
||||
(description
|
||||
"The canonical way to perform meta-analysis involves using effect sizes.
|
||||
When they are not available this package provides a number of methods for
|
||||
meta-analysis of significance values including the methods of Edgington,
|
||||
Fisher, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate
|
||||
published results; and a routine for graphical display.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-network
|
||||
(package
|
||||
(name "r-network")
|
||||
|
|
Loading…
Reference in a new issue