gnu: Add r-scattermore.
* gnu/packages/cran.scm (r-scattermore): New variable.
This commit is contained in:
parent
8eb2a6c9b8
commit
e5f7b2c431
1 changed files with 23 additions and 0 deletions
|
@ -25161,6 +25161,29 @@ alignment using warping functions, handling of replicated measurements as well
|
|||
as allowing spectra with different resolutions.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-scattermore
|
||||
(package
|
||||
(name "r-scattermore")
|
||||
(version "0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "scattermore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18nzlprmphkvjg946h10h2qq0wbkmv2526p8di6k2xl4gccq0qpk"))))
|
||||
(properties `((upstream-name . "scattermore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
("r-scales" ,r-scales)))
|
||||
(home-page "https://github.com/exaexa/scattermore")
|
||||
(synopsis "Scatterplots with more points")
|
||||
(description
|
||||
"This package provides C-based tools for converting large scatterplot
|
||||
data to rasters. It speeds up plotting of data with millions of points.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-seurat
|
||||
(package
|
||||
(name "r-seurat")
|
||||
|
|
Reference in a new issue