New port: graphics/R-cran-ggrepel: Automatically Position Non-Overlapping Text Labels
Provides text and label geoms for 'ggplot2' that help to avoid overlapping text labels. Labels repel away from each other and away from the data points. WWW: https://cran.r-project.org/web/packages/ggrepel/ PR: 239612 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu>
This commit is contained in:
parent
5ae8688c07
commit
b7dd62ace8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528059
4 changed files with 30 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
SUBDIR += R-cran-dygraphs
|
||||
SUBDIR += R-cran-farver
|
||||
SUBDIR += R-cran-ggplot2
|
||||
SUBDIR += R-cran-ggrepel
|
||||
SUBDIR += R-cran-gridBase
|
||||
SUBDIR += R-cran-gridExtra
|
||||
SUBDIR += R-cran-munsell
|
||||
|
|
21
graphics/R-cran-ggrepel/Makefile
Normal file
21
graphics/R-cran-ggrepel/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ggrepel
|
||||
DISTVERSION= 0.8.1
|
||||
CATEGORIES= graphics
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= uzsolt@uzsolt.hu
|
||||
COMMENT= Help to avoid overlapping text labels of ggplot2
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
CRAN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
|
||||
R-cran-Rcpp>0:devel/R-cran-Rcpp \
|
||||
R-cran-scales>0:graphics/R-cran-scales
|
||||
BUILD_DEPENDS+= ${CRAN_DEPENDS}
|
||||
RUN_DEPENDS+= ${CRAN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/R-cran-ggrepel/distinfo
Normal file
3
graphics/R-cran-ggrepel/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1564479702
|
||||
SHA256 (ggrepel_0.8.1.tar.gz) = d5d03a77ab6d8c831934bc46e840cc4e3df487272ab591fa72767ad42bcb7283
|
||||
SIZE (ggrepel_0.8.1.tar.gz) = 520312
|
5
graphics/R-cran-ggrepel/pkg-descr
Normal file
5
graphics/R-cran-ggrepel/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Provides text and label geoms for 'ggplot2' that help to
|
||||
avoid overlapping text labels. Labels repel away from each
|
||||
other and away from the data points.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/ggrepel/
|
Loading…
Reference in a new issue