-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.01 KB
/
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
Package: slopegraph
Version: 0.1.14
Title: Edward Tufte-Inspired Slopegraphs
Date: 2017-07-14
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Chuck", "Powell",
role = c("ctb", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3606-2188"))
)
Description: Convert a data frame (containing a panel dataset, where rows
are observations and columns are time periods) into an Edward Tufte-inspired
"slopegraph" using either base or ggplot2 graphics.
Imports:
stats,
utils,
graphics,
ggplot2,
ggrepel,
methods,
dplyr
Suggests:
svglite,
knitr,
rmarkdown
LazyData: true
License: GPL-2
URL: https://github.com/leeper/slopegraph
BugReports: https://github.com/leeper/slopegraph/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr