mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: Add r-aggregation.
* gnu/packages/cran.scm (r-aggregation): New variable.
This commit is contained in:
parent
8a587c89af
commit
3a4c6288c8
1 changed files with 20 additions and 0 deletions
|
@ -3071,6 +3071,26 @@ (define-public r-sapa
|
||||||
Cambridge University Press, 1993.")
|
Cambridge University Press, 1993.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-aggregation
|
||||||
|
(package
|
||||||
|
(name "r-aggregation")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "aggregation" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/aggregation/")
|
||||||
|
(synopsis "Methods for p-value aggregation")
|
||||||
|
(description
|
||||||
|
"This package contains functionality for performing the following methods
|
||||||
|
of p-value aggregation: Fisher's method, the Lancaster method (weighted
|
||||||
|
Fisher's method), and Sidak correction.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-quantmod
|
(define-public r-quantmod
|
||||||
(package
|
(package
|
||||||
(name "r-quantmod")
|
(name "r-quantmod")
|
||||||
|
|
Loading…
Reference in a new issue