-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathDESCRIPTION
28 lines (28 loc) · 931 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
Package: ggbeeswarm
Type: Package
Title: Categorical Scatter (Violin Point) Plots
Version: 0.7.2
Date: 2023-04-28
Authors@R: c(
person(given="Erik", family="Clarke", role=c("aut", "cre"), email="[email protected]"),
person(given="Scott", family="Sherrill-Mix", role=c("aut"), email="[email protected]"),
person(given="Charlotte", family="Dawson", role=c("aut"), email="[email protected]"))
Description: Provides two methods of plotting categorical scatter plots such
that the arrangement of points within a category reflects the density of
data at that region, and avoids over-plotting.
URL: https://github.com/eclarke/ggbeeswarm
BugReports: https://github.com/eclarke/ggbeeswarm/issues
Encoding: UTF-8
License: GPL (>= 3)
Depends:
R (>= 3.5.0),
ggplot2 (>= 3.3.0)
Imports:
beeswarm,
lifecycle,
vipor,
cli
Suggests:
gridExtra
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)