gnu: Add r-preprocesscore.

* gnu/packages/statistics.scm (r-preprocesscore): New variable.
master
Ricardo Wurmus 2016-11-24 15:08:22 +01:00
parent c9a6671490
commit c4708783ee
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 21 additions and 0 deletions

View File

@ -3518,6 +3518,27 @@ framework, with additional code inspection and report generation tools.")
hierarchical clustering dendrograms.")
(license license:gpl2+)))
(define-public r-preprocesscore
(package
(name "r-preprocesscore")
(version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "preprocessCore" version))
(sha256
(base32
"1n8y12q7145f385gm2k3c6y3vwvin7jlb47la4mnl7mar6pq9kmp"))))
(properties
`((upstream-name . "preprocessCore")))
(build-system r-build-system)
(home-page "https://github.com/bmbolstad/preprocessCore")
(synopsis "Collection of pre-processing functions")
(description
"This package provides a library of core pre-processing and normalization
routines.")
(license license:lgpl2.0+)))
(define-public r-kernsmooth
(package
(name "r-kernsmooth")