mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add r-rda.
* gnu/packages/cran.scm (r-rda): New variable.
This commit is contained in:
parent
aae0b86d35
commit
fe3fb4e7ef
1 changed files with 19 additions and 0 deletions
|
@ -13423,3 +13423,22 @@ (define-public r-pamr
|
||||||
"This package provides some functions for sample classification in
|
"This package provides some functions for sample classification in
|
||||||
microarrays.")
|
microarrays.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-rda
|
||||||
|
(package
|
||||||
|
(name "r-rda")
|
||||||
|
(version "1.0.2-2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "rda" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/rda/")
|
||||||
|
(synopsis "Shrunken centroids regularized discriminant analysis")
|
||||||
|
(description
|
||||||
|
"This package provides tools for shrunken centroids regularized
|
||||||
|
discriminant analysis for the purpose of classifying high dimensional data.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue