gnu: Add r-rda.

* gnu/packages/cran.scm (r-rda): New variable.
master
Ricardo Wurmus 2019-03-28 18:10:45 +01:00
parent aae0b86d35
commit fe3fb4e7ef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 19 additions and 0 deletions

View File

@ -13423,3 +13423,22 @@ proteomics applications).")
"This package provides some functions for sample classification in
microarrays.")
(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+)))