-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 976 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
Package: ggtukey
Title: Compact Letter Displays for Multiple Comparisons in 'ggplot2'
Version: 0.4.0
Authors@R:
person("Ethan", "Bass", , "ethanbass@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6175-6739"))
Maintainer: Ethan Bass <ethanbass@gmail.com>
Description: Provides a simple interface to visualize paired comparisons in 'ggplot2'
by adding compact letter displays (i.e. Tukey letters).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Requires: R >= 4.1.0
Imports:
dplyr,
egg,
ggplot2,
magrittr,
multcompView,
pgirmess,
purrr,
rlang,
stats,
tibble,
tidyr
Suggests:
Hmisc,
knitr,
rmarkdown,
palmerpenguins,
testthat (>= 3.0.0),
vdiffr
VignetteBuilder: knitr
URL: https://ethanbass.github.io/ggtukey, https://github.com/ethanbass/ggtukey
BugReports: https://github.com/ethanbass/ggtukey/issues
Config/testthat/edition: 3