-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
42 lines (42 loc) · 982 Bytes
/
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
Type: Package
Package: gghighlight
Title: Highlight Lines and Points in 'ggplot2'
Version: 0.4.1.9000
Authors@R:
person(given = "Hiroaki",
family = "Yutani",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3385-7233"))
Description: Make it easier to explore data with highlights.
License: MIT + file LICENSE
URL: https://yutannihilation.github.io/gghighlight/, https://github.com/yutannihilation/gghighlight/
BugReports:
https://github.com/yutannihilation/gghighlight/issues
Depends:
ggplot2 (>= 3.3.6),
R (>= 3.4.0)
Imports:
dplyr (>= 1.0.4),
ggrepel,
lifecycle,
purrr,
rlang,
tibble,
scales,
grDevices
Suggests:
geomtextpath,
knitr,
rmarkdown,
sf,
testthat,
vdiffr (>= 0.3.0)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3