mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add r-princurve.
* gnu/packages/cran.scm (r-princurve): New variable.
This commit is contained in:
parent
c555f54af5
commit
12392cff50
1 changed files with 19 additions and 0 deletions
|
@ -3475,6 +3475,25 @@ statistical functions and other utilities to ease their usage.")
|
|||
quantities.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-princurve
|
||||
(package
|
||||
(name "r-princurve")
|
||||
(version "2.1.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "princurve" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wzk329bxljkzz57y220lsfckpsn45w348m6dcxh29zbj0ik65h2"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rcpp" ,r-rcpp)))
|
||||
(home-page "https://github.com/rcannood/princurve")
|
||||
(synopsis "Fit a principal curve in arbitrary dimension")
|
||||
(description "This package provides procedures for fitting a principal
|
||||
curve to a data matrix in arbitrary dimensions.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-reshape
|
||||
(package
|
||||
(name "r-reshape")
|
||||
|
|
Loading…
Reference in a new issue