[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: Add r-ggrepel.
From: |
Ricardo Wurmus |
Subject: |
01/16: gnu: Add r-ggrepel. |
Date: |
Fri, 3 Nov 2017 09:17:28 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 81e0b62502e928f2a1b3e9370241a1d881ac7766
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 3 10:32:50 2017 +0100
gnu: Add r-ggrepel.
* gnu/packages/cran.scm (r-ggrepel): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9a27c82..03356cb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1243,3 +1243,27 @@ X, and likewise for Y. Pdist strictly computes
distances across the two
matrices, not within the same matrix, making computations significantly faster
for certain use cases.")
(license license:gpl3+)))
+
+(define-public r-ggrepel
+ (package
+ (name "r-ggrepel")
+ (version "0.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ggrepel" version))
+ (sha256
+ (base32
+ "0g0qfm6g71rv27423c1x846ipilnj213knyzrcr09vrpxc87l618"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-rcpp" ,r-rcpp)
+ ("r-scales" ,r-scales)))
+ (home-page "http://github.com/slowkow/ggrepel")
+ (synopsis "Repulsive text and label geometries for ggplot2")
+ (description
+ "This package provides text and label geometries for ggplot2 that help to
+avoid overlapping text labels. Labels repel away from each other and away
+from the data points.")
+ (license license:gpl3)))
- branch master updated (0f3142e -> b12c6a6), Ricardo Wurmus, 2017/11/03
- 01/16: gnu: Add r-ggrepel.,
Ricardo Wurmus <=
- 04/16: gnu: r-pryr: Update to 0.1.3, Ricardo Wurmus, 2017/11/03
- 10/16: gnu: r-robustbase: Update to 0.92-8., Ricardo Wurmus, 2017/11/03
- 15/16: gnu: r-bbmle: Update to 1.0.20., Ricardo Wurmus, 2017/11/03
- 12/16: gnu: r-withr: Update to 2.1.0., Ricardo Wurmus, 2017/11/03
- 14/16: gnu: r-proxy: Update to 0.4-19., Ricardo Wurmus, 2017/11/03
- 06/16: gnu: r-multitaper: Update to 1.0-14., Ricardo Wurmus, 2017/11/03
- 07/16: gnu: r-checkmate: Update to 1.8.5., Ricardo Wurmus, 2017/11/03
- 05/16: gnu: r-data-table: Update to 1.10.4-3., Ricardo Wurmus, 2017/11/03
- 02/16: gnu: Add r-corrplot., Ricardo Wurmus, 2017/11/03
- 11/16: gnu: r-quantreg: Update to 5.34., Ricardo Wurmus, 2017/11/03