Skip to content

Pull request against v3.4.4-rc (6bc0a7f3e722d1f0f40f832ac7650e606e9b158b) from refactor/remove-maptools #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 87 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
962fb74
Do not require Hmisc on the CI with R < 4.1 (#5237)
yutannihilation Mar 19, 2023
be03c75
Remove lattice from the dependency (#5241)
yutannihilation Mar 22, 2023
1d1f795
Remove rgeos from the dependency (#5242)
yutannihilation Mar 22, 2023
3cffe34
Contour removes duplicates (#5243)
teunbrand Mar 23, 2023
5f2011f
Calculate `stat_align()` per panel (#5239)
teunbrand Mar 23, 2023
152d1d5
Update `coord_flip()` docs (#5150)
teunbrand Mar 23, 2023
84cded8
Crosslink aesthetics documentation (#5124)
teunbrand Mar 23, 2023
64814b0
Add `drop` argument to `stat_ydensity()` (#5129)
teunbrand Mar 23, 2023
b1874b2
Default bar width calculated panel-wise (#5125)
teunbrand Mar 23, 2023
375a24b
Reign in overly ambitious `arrow()` in `geom_path()` (#5078)
teunbrand Mar 23, 2023
d7f2241
`mapped_discrete` has resolution of 1 (#5247)
teunbrand Mar 26, 2023
a211bdb
Increment version number to 3.4.2.9000
thomasp85 Apr 11, 2023
8d23e6c
Merge branch 'main' into v3.4.2-rc
teunbrand Apr 11, 2023
e219ddb
Merge pull request #5255 from tidyverse/v3.4.2-rc
thomasp85 Apr 11, 2023
940658a
Negative tick strips (#5258)
teunbrand Apr 11, 2023
e0efd7b
`annotation_logticks()` skips ticks it hasn't found (#5259)
teunbrand Apr 11, 2023
2e649bb
Add type check to `theme_set()` (#5252)
teunbrand Apr 11, 2023
ca9fd2e
`geom_pointrange()` passes on `na.rm` (#5266)
teunbrand Apr 15, 2023
e4fc12d
Silence additional weight warnings (#5267)
teunbrand Apr 15, 2023
c468bb3
Add scale transformation note (#5268)
teunbrand Apr 15, 2023
66462be
Export `translate_shape_string()` (#5270)
teunbrand Apr 15, 2023
e3b7822
Warn when using constant aesthetics (#5256)
teunbrand Apr 15, 2023
76f0812
Scales don't squish to zero-range domains (#5279)
teunbrand Apr 21, 2023
dcd1eb2
Fix custom strip test (#5278)
teunbrand Apr 21, 2023
a076a10
Fix warning regression in `geom_dotplot()` (#5277)
teunbrand Apr 21, 2023
89a7613
Update missing value warning (#5269)
teunbrand Apr 21, 2023
90de384
Refactor `titleGrob()` (#5273)
teunbrand Apr 21, 2023
cb39362
Improvements to `geom_label()` (#5030)
teunbrand Apr 22, 2023
f6e87ac
ScalesList methods (#5144)
teunbrand Apr 22, 2023
b9f43f2
Convert guides to ggproto (#4879)
teunbrand Apr 24, 2023
4ef0284
Silence new `density()` warning (#5281)
teunbrand Apr 24, 2023
f7246d4
Text size switch (#5260)
teunbrand Apr 24, 2023
f89212d
Tags at panels (#5167)
teunbrand May 2, 2023
7c59ba6
Improve error message when `plot.title.position` is not correctly men…
olivroy May 7, 2023
d4db080
Optional segment end (#5154)
teunbrand May 8, 2023
aa2ddbe
coord_munch can convert closed shapes to closed form (#5081)
teunbrand May 8, 2023
533f635
Performance improvement on layers without positional scales (#4990)
zeehio May 10, 2023
b18ce22
Update blog posts in pkgdown (#5305)
olivroy May 15, 2023
b75cee4
markdown typos (#5308)
spaette May 15, 2023
5c11540
typos (#5312)
spaette May 19, 2023
222d33d
Axis caps (#5289)
teunbrand May 22, 2023
ea6e1c5
NA in manual scale with named values (#5288)
teunbrand May 22, 2023
49d13ea
Guides for `coord_sf()` (#5293)
teunbrand May 24, 2023
14a6b29
Fix partial matching: grob$label -> grob$labels (#5316)
TimTaylor May 31, 2023
98f04aa
Fix typos part III (#5313)
teunbrand Jun 8, 2023
5fea610
Old S3 guide wrapper (#5319)
teunbrand Jun 8, 2023
fb35b7f
Remove maptools
yutannihilation Jun 17, 2023
3f45e51
Add deprecating warnings
yutannihilation Jun 17, 2023
d9d1996
Suppress nested warnings
yutannihilation Jun 17, 2023
527063a
Add expectations to tests
yutannihilation Jun 17, 2023
eb62a23
Add a NEWS item
yutannihilation Jun 17, 2023
996cbd8
Use `.tif` as synonym to `.tiff` (#5329)
teunbrand Jun 19, 2023
23508b3
Nicer error message in coord-* functions (#4894)
92amartins Jun 23, 2023
2a7ca74
Fix typo (#5340)
fkohrt Jun 29, 2023
6e78749
Override default density method (#5358)
teunbrand Jul 20, 2023
1f27ffe
Update ggsave docs (#5351)
teunbrand Jul 22, 2023
d21ac51
Integers as valid input to theme (#5370)
teunbrand Aug 1, 2023
af4cc02
Passing parameters to `trans` argument (#5361)
teunbrand Aug 1, 2023
a747da3
Deprecate `legend.title.align` and `legend.text.align` (#5362)
teunbrand Aug 1, 2023
cd7199d
Binned limits and reverse transform (#5357)
teunbrand Aug 1, 2023
466344a
Miscellaneous improvements to guides (#5345)
teunbrand Aug 7, 2023
df1b901
Discarding boxplot outliers (#5379)
teunbrand Aug 7, 2023
9395629
Fix partial matching (#5378)
teunbrand Aug 7, 2023
da2a8e8
Consider `linewidth` in legend key sizes (#5346)
teunbrand Aug 7, 2023
bde88f8
Convert `size` -> `linewidth` in `annotation_logticks()` (#5330)
teunbrand Aug 7, 2023
2cd0e96
Preserve aesthetics in colourbar merge (#5328)
teunbrand Aug 9, 2023
e89befc
Update version
thomasp85 Aug 14, 2023
62a5f4a
Merge branch 'main' into v3.4.3-rc
thomasp85 Aug 14, 2023
8af03a9
Merge pull request #5380 from tidyverse/v3.4.3-rc
thomasp85 Aug 15, 2023
c76b9ae
Boxplot staples (#5372)
teunbrand Aug 17, 2023
f97c57a
Merge remote-tracking branch 'upstream/main' into refactor/remove-map…
yutannihilation Sep 3, 2023
da74344
Update ggplot2 version
yutannihilation Sep 3, 2023
d180248
Update documentation and example in scale-brewer.R to reflect scale_*…
ahcyip Sep 4, 2023
3664af8
Correct likely bug in geom-boxplot (#5413)
MichaelChirico Sep 8, 2023
f6269b0
Introduction vignette (#5159)
teunbrand Sep 11, 2023
0d2023d
Violin resolution (#5402)
teunbrand Sep 12, 2023
22ed73c
Add "Get started" section on the pkgdown site (#5415)
yutannihilation Sep 12, 2023
67bb3bb
`<rel>` and `<unit>` theme inheritance (#5403)
teunbrand Sep 12, 2023
5da2d30
Better scale messages (#5343)
teunbrand Sep 12, 2023
954924b
Only call `zero_range()` and `as.numeric()` in transformed space (#5304)
DavisVaughan Sep 12, 2023
ef9f8d6
Require R >= 3.5 (#5422)
yutannihilation Sep 14, 2023
25f54d9
Update r4ds url (#5406)
zekiakyol Sep 15, 2023
eb920af
Don't attach Suggests package in test (#5420)
MichaelChirico Sep 18, 2023
de7bad6
fortify.default() accepts data-frame-like objects (#5404)
hpages Sep 20, 2023
69e7430
Improve labeller() behavior for lookup tables (#5432)
92amartins Sep 22, 2023
78b440b
Merge remote-tracking branch 'upstream/main' into refactor/remove-map…
yutannihilation Sep 28, 2023
3bbd5b9
Update the deprecation version
yutannihilation Sep 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cache-version: 3
extra-packages: >
any::rcmdcheck,
Hmisc=?ignore-before-r=3.6.0,
Hmisc=?ignore-before-r=4.1.0,
quantreg=?ignore-before-r=3.6.0,
needs: check

Expand Down
17 changes: 8 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ggplot2
Version: 3.4.3
Version: 3.4.3.9000
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = "aut",
Expand Down Expand Up @@ -28,7 +28,7 @@ License: MIT + file LICENSE
URL: https://ggplot2.tidyverse.org, https://github.com/tidyverse/ggplot2
BugReports: https://github.com/tidyverse/ggplot2/issues
Depends:
R (>= 3.3)
R (>= 3.5)
Imports:
cli,
glue,
Expand All @@ -52,18 +52,15 @@ Suggests:
hexbin,
Hmisc,
knitr,
lattice,
mapproj,
maps,
maptools,
multcomp,
munsell,
nlme,
profvis,
quantreg,
ragg,
RColorBrewer,
rgeos,
rmarkdown,
rpart,
sf (>= 0.7-3),
Expand Down Expand Up @@ -175,20 +172,22 @@ Collate:
'grob-dotstack.R'
'grob-null.R'
'grouping.R'
'guide-.R'
'guide-axis.R'
'guide-legend.R'
'guide-bins.R'
'guide-colorbar.R'
'guide-colorsteps.R'
'guide-legend.R'
'layer.R'
'guide-none.R'
'guide-old.R'
'guides-.R'
'guides-axis.R'
'guides-grid.R'
'guides-none.R'
'hexbin.R'
'import-standalone-obj-type.R'
'import-standalone-types-check.R'
'labeller.R'
'labels.R'
'layer.R'
'layer-sf.R'
'layout.R'
'limits.R'
Expand Down
41 changes: 16 additions & 25 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ S3method(ggplot_add,"NULL")
S3method(ggplot_add,"function")
S3method(ggplot_add,Coord)
S3method(ggplot_add,Facet)
S3method(ggplot_add,Guides)
S3method(ggplot_add,Layer)
S3method(ggplot_add,Scale)
S3method(ggplot_add,by)
S3method(ggplot_add,data.frame)
S3method(ggplot_add,default)
S3method(ggplot_add,guides)
S3method(ggplot_add,labels)
S3method(ggplot_add,list)
S3method(ggplot_add,theme)
Expand All @@ -75,30 +75,11 @@ S3method(grobWidth,absoluteGrob)
S3method(grobWidth,zeroGrob)
S3method(grobX,absoluteGrob)
S3method(grobY,absoluteGrob)
S3method(guide_gengrob,axis)
S3method(guide_gengrob,bins)
S3method(guide_gengrob,colorbar)
S3method(guide_gengrob,guide_none)
S3method(guide_gengrob,legend)
S3method(guide_geom,axis)
S3method(guide_geom,bins)
S3method(guide_geom,colorbar)
S3method(guide_geom,guide_none)
S3method(guide_geom,legend)
S3method(guide_merge,axis)
S3method(guide_merge,bins)
S3method(guide_merge,colorbar)
S3method(guide_merge,guide_none)
S3method(guide_merge,legend)
S3method(guide_train,axis)
S3method(guide_train,bins)
S3method(guide_train,colorbar)
S3method(guide_train,colorsteps)
S3method(guide_train,guide_none)
S3method(guide_train,legend)
S3method(guide_transform,axis)
S3method(guide_gengrob,default)
S3method(guide_geom,default)
S3method(guide_merge,default)
S3method(guide_train,default)
S3method(guide_transform,default)
S3method(guide_transform,guide_none)
S3method(heightDetails,titleGrob)
S3method(heightDetails,zeroGrob)
S3method(interleave,default)
Expand All @@ -109,7 +90,6 @@ S3method(limits,POSIXlt)
S3method(limits,character)
S3method(limits,factor)
S3method(limits,numeric)
S3method(makeContent,labelgrob)
S3method(makeContext,dotstackGrob)
S3method(merge_element,default)
S3method(merge_element,element)
Expand Down Expand Up @@ -229,6 +209,14 @@ export(GeomText)
export(GeomTile)
export(GeomViolin)
export(GeomVline)
export(Guide)
export(GuideAxis)
export(GuideBins)
export(GuideColourbar)
export(GuideColoursteps)
export(GuideLegend)
export(GuideNone)
export(GuideOld)
export(Layout)
export(Position)
export(PositionDodge)
Expand Down Expand Up @@ -473,6 +461,8 @@ export(mean_sdl)
export(mean_se)
export(median_hilow)
export(merge_element)
export(new_guide)
export(old_guide)
export(panel_cols)
export(panel_rows)
export(position_dodge)
Expand Down Expand Up @@ -688,6 +678,7 @@ export(theme_test)
export(theme_update)
export(theme_void)
export(transform_position)
export(translate_shape_string)
export(unit)
export(update_geom_defaults)
export(update_labels)
Expand Down
Loading