-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.47 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: ggstance
Title: Horizontal 'ggplot2' Components
Version: 0.3.7
Authors@R: c(
person("Lionel", "Henry", , "[email protected]", role = c("aut", "cre")),
person("Hadley", "Wickham", , "[email protected]", "aut"),
person("Winston", "Chang", , "[email protected]", "aut"),
person("RStudio", role = "cph")
)
Description: A 'ggplot2' extension that provides flipped components:
horizontal versions of 'Stats' and 'Geoms', and vertical versions
of 'Positions'. This package is now superseded by 'ggplot2' itself
which now has full native support for horizontal layouts. It
remains available for backward compatibility.
Depends:
R (>= 3.6.0)
Imports:
cli (>= 3.4.1),
ggplot2 (>= 3.4.0),
plyr,
rlang,
withr (>= 2.0.0)
Suggests:
covr,
Hmisc,
quantreg,
scales,
testthat,
vdiffr (>= 1.0.4)
URL: https://github.com/lionel-/ggstance
BugReports: https://github.com/lionel-/ggstance/issues
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
Collate:
'flip-aes.R'
'geom-barh.R'
'legend-draw.R'
'geom-boxploth.R'
'geom-colh.R'
'geom-crossbarh.R'
'geom-errorbarh.R'
'geom-histogramh.R'
'geom-linerangeh.R'
'geom-pointrangeh.R'
'geom-violinh.R'
'ggstance.R'
'position-dodgev.R'
'position-dodge2v.R'
'position-jitterdodgev.R'
'position-stackv.R'
'position.R'
'stat-binh.R'
'stat-boxploth.R'
'stat-counth.R'
'stat-summaryh.R'
'stat-xdensity.R'