mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add r-kpmt.
* gnu/packages/cran.scm (r-kpmt): New variable.
This commit is contained in:
parent
09496d569a
commit
7df926ee04
1 changed files with 20 additions and 0 deletions
|
@ -6683,6 +6683,26 @@ (define-public r-suppdists
|
||||||
George Marsaglia are included.")
|
George Marsaglia are included.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-kpmt
|
||||||
|
(package
|
||||||
|
(name "r-kpmt")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "kpmt" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"15d26khc0v3kc1c7l1avqp48pfqmc6xj32029mv7myivr41ashk3"))))
|
||||||
|
(properties `((upstream-name . "kpmt")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-matrixstats))
|
||||||
|
(home-page "https://cran.r-project.org/package=kpmt")
|
||||||
|
(synopsis "Known population median test")
|
||||||
|
(description
|
||||||
|
"This package provides functions that implement the known population
|
||||||
|
median test.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-ksamples
|
(define-public r-ksamples
|
||||||
(package
|
(package
|
||||||
(name "r-ksamples")
|
(name "r-ksamples")
|
||||||
|
|
Loading…
Reference in a new issue