-
-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathDESCRIPTION
58 lines (58 loc) · 2.31 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: ggrepel
Version: 0.9.6.9999
Authors@R: c(
person("Kamil", "Slowikowski", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2843-6370")),
person("Alicia", "Schep", role = "ctb", comment = c(ORCID = "0000-0002-3915-0618")),
person("Sean", "Hughes", role = "ctb", comment = c(ORCID = "0000-0002-9409-9405")),
person("Trung Kien", "Dang", role = "ctb", comment = c(ORCID = "0000-0001-7562-6495")),
person("Saulius", "Lukauskas", role = "ctb"),
person("Jean-Olivier", "Irisson", role = "ctb", comment = c(ORCID = "0000-0003-4920-3880")),
person("Zhian N", "Kamvar", role = "ctb", comment = c(ORCID = "0000-0003-1458-7108")),
person("Thompson", "Ryan", role = "ctb", comment = c(ORCID = "0000-0002-0450-8181")),
person("Dervieux", "Christophe", role = "ctb", comment = c(ORCID = "0000-0003-4474-2498")),
person("Yutani", "Hiroaki", role = "ctb"),
person("Pierre", "Gramme", role = "ctb"),
person("Amir Masoud", "Abdol", role = "ctb"),
person("Malcolm", "Barrett", role = "ctb", comment = c(ORCID = "0000-0003-0299-5825")),
person("Robrecht", "Cannoodt", role = "ctb", comment = c(ORCID = "0000-0003-3641-729X")),
person("Michał", "Krassowski", role = "ctb", comment = c(ORCID = "0000-0002-9638-7785")),
person("Michael", "Chirico", role = "ctb", comment = c(ORCID = "0000-0003-0787-087X")),
person("Pedro", "Aphalo", role = "ctb", comment = c(ORCID = "0000-0003-3385-972X")),
person("Francis", "Barton", role = "ctb")
)
Title: Automatically Position Non-Overlapping Text Labels with 'ggplot2'
Description: 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.
Depends:
R (>= 3.0.0),
ggplot2 (>= 2.2.0)
Imports:
grid,
Rcpp,
rlang (>= 0.3.0),
scales (>= 0.5.0),
withr (>= 2.5.0)
Suggests:
knitr,
rmarkdown,
testthat,
svglite,
vdiffr,
gridExtra,
ggpp,
patchwork,
devtools,
prettydoc,
ggbeeswarm,
dplyr,
magrittr,
readr,
stringr
VignetteBuilder: knitr
License: GPL-3 | file LICENSE
URL: https://ggrepel.slowkow.com/, https://github.com/slowkow/ggrepel
BugReports: https://github.com/slowkow/ggrepel/issues
RoxygenNote: 7.3.1
LinkingTo: Rcpp
Encoding: UTF-8