mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add r-parody.
* gnu/packages/bioconductor.scm (r-parody): New variable.
This commit is contained in:
parent
b84f6c2c0e
commit
4221c3d4da
1 changed files with 21 additions and 0 deletions
|
@ -21397,6 +21397,27 @@ (define-public r-spp
|
|||
other functional sequencing data.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-parody
|
||||
(package
|
||||
(name "r-parody")
|
||||
(version "1.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "parody" version))
|
||||
(sha256
|
||||
(base32 "0n2pmpnpwh16hb58v821xn42jm4a7wjsdf6sqxapjjw9w432mjac"))))
|
||||
(properties `((upstream-name . "parody")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/parody")
|
||||
(synopsis "Parametric and resistant outlier detection")
|
||||
(description
|
||||
"The parody package provides routines for univariate and multivariate
|
||||
outlier detection with a focus on parametric methods, but support for some
|
||||
methods based on resistant statistics.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-pathview
|
||||
(package
|
||||
(name "r-pathview")
|
||||
|
|
Loading…
Reference in a new issue