-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
63 lines (63 loc) · 1.54 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
58
59
60
61
62
63
Package: lemon
Type: Package
Title: Freshing Up your 'ggplot2' Plots
URL: https://github.com/stefanedwards/lemon
BugReports: https://github.com/stefanedwards/lemon/issues
Version: 0.5.0
Authors@R: c(
person('Stefan McKinnon', 'Edwards', email='sme@iysik.com',
comment=c(ORCID='0000-0002-4628-8148'),
role=c('aut','ctb','cre')),
person('Baptiste','Auguie', role='ctb',
comment='For g_legend and grid_arrange_shared_legend'),
person('Shaun','Jackman', role='ctb',
comment='For grid_arrange_shared_legend'),
person("Hadley", "Wickham", , "hadley@rstudio.com", "ctb",
comment='ggplot2 functions'),
person("Winston", "Chang", , "winston@rstudio.com", "ctb",
comment='ggplot2 functions')
)
Description: Functions for working with legends and axis lines of 'ggplot2',
facets that repeat axis lines on all panels, and some 'knitr' extensions.
Depends:
R (>= 3.1.0)
Imports:
ggplot2 (>= 3.4.2),
plyr,
grid,
gridExtra,
gtable,
knitr (>= 1.12),
lattice,
scales
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Collate:
'ggplot2.r'
'lemon-plot.r'
'axis-annotation.r'
'brackets.R'
'coord-flex.r'
'coord-capped.r'
'dot.r'
'facet-rep-lab.r'
'facet-wrap.r'
'geom-pointline.r'
'lemon_print.r'
'geom-siderange.r'
'grob_utils.r'
'gtable_show-.r'
'guides-axis.r'
'legends.r'
'lemon.r'
'scale-symmetric.r'
Suggests:
rmarkdown,
stringr,
dplyr,
testthat,
vdiffr,
diffviewer
VignetteBuilder: knitr