-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 904 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
43
Package: AKesp
Title: A package to create ESPs based on data, image, and text input
Version: 0.0.1
Authors@R:
c(person(given = "Abigail",
family = "Tyrell",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6656-8470")),
person(given = "Kalei",
family = "Shotwell",
role = c("aut"),
email = "[email protected]"))
Description: What the package does (one paragraph).
License: file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)
Imports:
devtools,
dplyr,
flextable,
ggplot2,
ggcorrplot,
ggforce,
ggnewscale,
ggpubr,
httr,
knitr,
magick,
magrittr,
png,
readtext,
rlang,
rmarkdown,
scales,
stringr,
tidyr
VignetteBuilder:
knitr