mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add r-chameleon.
* gnu/packages/cran.scm (r-chameleon): New variable. Change-Id: I9e0f3c27e434bb802c86ef9e2877f4d810397158 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
4955589f2f
commit
d658f8c9af
1 changed files with 21 additions and 0 deletions
|
@ -407,6 +407,27 @@ (define-public r-castor
|
|||
reading/writing trees in Newick format.")
|
||||
(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
|
||||
(package
|
||||
(name "r-changepoint")
|
||||
|
|
Loading…
Reference in a new issue