-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
36 lines (36 loc) · 933 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
Package: ggannotate
Title: Interactively Annotate ggplot2 Plots
Version: 0.1.0.900
Authors@R:
c(person(given = "Matt",
family = "Cowgill",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0422-3300")),
person(given = "John",
family = "Helveston",
role = "ctb",
email = "[email protected]"))
Description: Place annotations exactly where you want them to go by
pointing and clicking.
Date: 2020-12-15
License: MIT + file LICENSE
Imports:
ggplot2 (>= 3.2.1),
rlang (>= 0.4.4),
shiny (>= 1.5.0),
dplyr,
purrr,
clipr,
stringr,
miniUI,
tidyr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/MattCowgill/ggannotate
BugReports: https://github.com/MattCowgill/ggannotate/issues
Suggests:
testthat (>= 2.1.0),
vdiffr,
covr