[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/150: gnu: Add r-scattermore.
From: |
guix-commits |
Subject: |
04/150: gnu: Add r-scattermore. |
Date: |
Wed, 20 Jan 2021 11:20:34 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e5f7b2c431fb618ce54927400a37721cfbd17de7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 15:10:34 2021 +0100
gnu: Add r-scattermore.
* gnu/packages/cran.scm (r-scattermore): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 64c7f08..ae86421 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")
- branch master updated (c67ff56 -> ee3bae2), guix-commits, 2021/01/20
- 01/150: gnu: Add r-credentials., guix-commits, 2021/01/20
- 03/150: gnu: Add r-lightgbm., guix-commits, 2021/01/20
- 04/150: gnu: Add r-scattermore.,
guix-commits <=
- 05/150: gnu: Add r-labelled., guix-commits, 2021/01/20
- 02/150: gnu: Add r-gert., guix-commits, 2021/01/20
- 06/150: gnu: r-foreign: Update to 0.8-81., guix-commits, 2021/01/20
- 09/150: gnu: r-diffobj: Update to 0.3.3., guix-commits, 2021/01/20
- 12/150: gnu: r-jsonlite: Update to 1.7.2., guix-commits, 2021/01/20
- 07/150: gnu: r-httpuv: Update to 1.5.5., guix-commits, 2021/01/20
- 08/150: import/cran: Add more invalid package names to ignore., guix-commits, 2021/01/20
- 10/150: gnu: r-rticles: Update to 0.18., guix-commits, 2021/01/20
- 11/150: gnu: r-mboost: Update to 2.9-4., guix-commits, 2021/01/20
- 15/150: gnu: r-htmlwidgets: Update to 1.5.3., guix-commits, 2021/01/20