mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-pmcmrplus.
* gnu/packages/cran.scm (r-pmcmrplus): New variable.
This commit is contained in:
parent
19e0b39361
commit
3aa3aea2b0
1 changed files with 29 additions and 0 deletions
|
@ -19731,6 +19731,35 @@ (define-public r-desolve
|
|||
to ODEs by numerical differencing.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-pmcmrplus
|
||||
(package
|
||||
(name "r-pmcmrplus")
|
||||
(version "1.9.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "PMCMRplus" version))
|
||||
(sha256
|
||||
(base32 "00sgk4c7vpmbfifrsbqd5gh7hwdpm8kymlpnnrdzlhvkymhbmfkn"))))
|
||||
(properties `((upstream-name . "PMCMRplus")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list gmp))
|
||||
(propagated-inputs
|
||||
(list r-bwstest
|
||||
r-gmp
|
||||
r-ksamples
|
||||
r-mass
|
||||
r-multcompview
|
||||
r-mvtnorm
|
||||
r-rmpfr
|
||||
r-suppdists))
|
||||
(native-inputs (list gfortran r-knitr))
|
||||
(home-page "https://cran.r-project.org/package=PMCMRplus")
|
||||
(synopsis "Calculate pairwise multiple comparisons of mean rank sums extended")
|
||||
(description
|
||||
"This package provides multiple pairwise tests.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-pracma
|
||||
(package
|
||||
(name "r-pracma")
|
||||
|
|
Loading…
Reference in a new issue