Skip to content

Commit 79a9ec5

Browse files
committed
resolve merge conflict
Merge branch 'main' into annotation_borders # Conflicts: # man/geom_linerange.Rd
2 parents a5c29f4 + f340b1a commit 79a9ec5

File tree

252 files changed

+12451
-28894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+12451
-28894
lines changed

DESCRIPTION

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ggplot2
22
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
3-
Version: 3.5.1.9000
3+
Version: 3.5.2.9000
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", role = "aut",
66
comment = c(ORCID = "0000-0003-4757-117X")),
@@ -31,15 +31,15 @@ URL: https://ggplot2.tidyverse.org, https://github.com/tidyverse/ggplot2
3131
BugReports: https://github.com/tidyverse/ggplot2/issues
3232
Depends:
3333
R (>= 4.0)
34-
Imports:
34+
Imports:
3535
cli,
3636
grDevices,
3737
grid,
3838
gtable (>= 0.3.6),
3939
isoband,
4040
lifecycle (> 1.0.1),
4141
rlang (>= 1.1.0),
42-
scales (>= 1.3.0),
42+
scales (>= 1.4.0),
4343
stats,
4444
vctrs (>= 0.6.0),
4545
withr (>= 2.5.0)
@@ -70,9 +70,9 @@ Suggests:
7070
tibble,
7171
vdiffr (>= 1.0.6),
7272
xml2
73-
Enhances:
73+
Enhances:
7474
sp
75-
VignetteBuilder:
75+
VignetteBuilder:
7676
knitr
7777
Config/Needs/website: ggtext, tidyr, forcats, tidyverse/tidytemplate
7878
Config/testthat/edition: 3
@@ -81,7 +81,7 @@ Encoding: UTF-8
8181
LazyData: true
8282
Roxygen: list(markdown = TRUE)
8383
RoxygenNote: 7.3.2
84-
Collate:
84+
Collate:
8585
'ggproto.R'
8686
'ggplot-global.R'
8787
'aaa-.R'
@@ -99,6 +99,9 @@ Collate:
9999
'geom-.R'
100100
'annotation-custom.R'
101101
'annotation-logticks.R'
102+
'scale-type.R'
103+
'layer.R'
104+
'make-constructor.R'
102105
'geom-polygon.R'
103106
'geom-map.R'
104107
'annotation-map.R'
@@ -143,6 +146,7 @@ Collate:
143146
'geom-col.R'
144147
'geom-path.R'
145148
'geom-contour.R'
149+
'geom-point.R'
146150
'geom-count.R'
147151
'geom-crossbar.R'
148152
'geom-segment.R'
@@ -161,7 +165,6 @@ Collate:
161165
'geom-jitter.R'
162166
'geom-label.R'
163167
'geom-linerange.R'
164-
'geom-point.R'
165168
'geom-pointrange.R'
166169
'geom-quantile.R'
167170
'geom-rug.R'
@@ -187,7 +190,6 @@ Collate:
187190
'guide-colorbar.R'
188191
'guide-colorsteps.R'
189192
'guide-custom.R'
190-
'layer.R'
191193
'guide-none.R'
192194
'guide-old.R'
193195
'guides-.R'
@@ -237,7 +239,6 @@ Collate:
237239
'scale-shape.R'
238240
'scale-size.R'
239241
'scale-steps.R'
240-
'scale-type.R'
241242
'scale-view.R'
242243
'scale-viridis.R'
243244
'scales-.R'

NAMESPACE

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ S3method(limits,character)
9595
S3method(limits,factor)
9696
S3method(limits,numeric)
9797
S3method(makeContext,dotstackGrob)
98+
S3method(make_constructor,Geom)
99+
S3method(make_constructor,Stat)
98100
S3method(merge_element,default)
99101
S3method(merge_element,element)
100102
S3method(merge_element,element_blank)
@@ -168,6 +170,7 @@ export(CoordQuickmap)
168170
export(CoordRadial)
169171
export(CoordSf)
170172
export(CoordTrans)
173+
export(CoordTransform)
171174
export(Facet)
172175
export(FacetGrid)
173176
export(FacetNull)
@@ -323,6 +326,7 @@ export(coord_quickmap)
323326
export(coord_radial)
324327
export(coord_sf)
325328
export(coord_trans)
329+
export(coord_transform)
326330
export(cut_interval)
327331
export(cut_number)
328332
export(cut_width)
@@ -471,22 +475,26 @@ export(guide_transform)
471475
export(guides)
472476
export(has_flipped_aes)
473477
export(is.Coord)
474-
export(is.coord)
475478
export(is.facet)
476-
export(is.geom)
477479
export(is.ggplot)
478480
export(is.ggproto)
479-
export(is.guide)
480-
export(is.guides)
481-
export(is.layer)
482-
export(is.mapping)
483-
export(is.margin)
484-
export(is.position)
485-
export(is.scale)
486-
export(is.stat)
487481
export(is.theme)
488-
export(is.theme_element)
489-
export(is.waiver)
482+
export(is_coord)
483+
export(is_facet)
484+
export(is_geom)
485+
export(is_ggplot)
486+
export(is_ggproto)
487+
export(is_guide)
488+
export(is_guides)
489+
export(is_layer)
490+
export(is_mapping)
491+
export(is_margin)
492+
export(is_position)
493+
export(is_scale)
494+
export(is_stat)
495+
export(is_theme)
496+
export(is_theme_element)
497+
export(is_waiver)
490498
export(label_both)
491499
export(label_bquote)
492500
export(label_context)
@@ -502,6 +510,7 @@ export(layer_grob)
502510
export(layer_scales)
503511
export(layer_sf)
504512
export(lims)
513+
export(make_constructor)
505514
export(map_data)
506515
export(margin)
507516
export(margin_auto)

0 commit comments

Comments
 (0)