gnu: Add r-chameleon.
* gnu/packages/cran.scm (r-chameleon): New variable. Change-Id: I9e0f3c27e434bb802c86ef9e2877f4d810397158 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>master
parent
4955589f2f
commit
d658f8c9af
|
@ -407,6 +407,27 @@ simulating diversification models, dating trees, comparing trees, and
|
||||||
reading/writing trees in Newick format.")
|
reading/writing trees in Newick format.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-chameleon
|
||||||
|
(package
|
||||||
|
(name "r-chameleon")
|
||||||
|
(version "0.2-3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "chameleon" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0a3azp0zaakpqqx0pp94hkj3vgb2apnf8gb5ga0as4i8lrn9dz8i"))))
|
||||||
|
(properties `((upstream-name . "chameleon")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-clue r-ggplot2 r-umap))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://cran.r-project.org/package=chameleon")
|
||||||
|
(synopsis "Automatic colors for multi-dimensional data")
|
||||||
|
(description
|
||||||
|
"This package lets you assign distinct colors to arbitrary
|
||||||
|
multi-dimensional data, considering its structure.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-changepoint
|
(define-public r-changepoint
|
||||||
(package
|
(package
|
||||||
(name "r-changepoint")
|
(name "r-changepoint")
|
||||||
|
|
Reference in New Issue