Skip to content

Commit f6ef293

Browse files
committed
remove duplicate news entries
1 parent 4a63bcb commit f6ef293

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

NEWS.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -132,25 +132,13 @@
132132
* Moved {mgcv} from Imports to Suggests (@teunbrand, #5986)
133133
* New `reset_geom_defaults()` and `reset_stat_defaults()` to restore all geom or
134134
stat default aesthetics at once (@teunbrand, #5975).
135-
* `facet_wrap()` can have `space = "free_x"` with 1-row layouts and
136135
* `facet_wrap()` can have `space = "free_x"` with 1-row layouts and
137136
`space = "free_y"` with 1-column layouts (@teunbrand)
138137
* Secondary axes respect `n.breaks` setting in continuous scales (@teunbrand, #4483).
139138
* Layers can have names (@teunbrand, #4066).
140139
* (internal) improvements to `pal_qualitative()` (@teunbrand, #5013)
141140
* `coord_radial(clip = "on")` clips to the panel area when the graphics device
142141
supports clipping paths (@teunbrand, #5952).
143-
* (internal) Panel clipping responsibility moved from Facet class to Coord
144-
class through new `Coord$draw_panel()` method.
145-
* `theme(strip.clip)` now defaults to `"on"` and is independent of Coord
146-
clipping (@teunbrand, 5952).
147-
* (internal) rearranged the code of `Facet$draw_paensl()` method (@teunbrand).
148-
* Axis labels are now justified across facet panels (@teunbrand, #5820)
149-
* Fixed bug in `stat_function()` so x-axis title now produced automatically
150-
when no data added. (@phispu, #5647).
151-
* geom_sf now accepts shape names (@sierrajohnson, #5808)
152-
* Added `gg` class to `labs()` (@phispu, #5553).
153-
* Missing values from discrete palettes are no longer translated
154142
* (internal) Panel clipping responsibility moved from Facet class to Coord
155143
class through new `Coord$draw_panel()` method.
156144
* `theme(strip.clip)` now defaults to `"on"` and is independent of Coord
@@ -292,13 +280,6 @@
292280
(@teunbrand, #5938, #4327).
293281
* Fixed bug where empty discrete scales weren't recognised as such
294282
(@teunbrand, #5945).
295-
* (internal) The summary function of `stat_summary()` and `stat_summary_bin()`
296-
is setup once in total instead of once per group (@teunbrand, #5971)
297-
* `facet_grid(space = "free")` can now be combined with `coord_fixed()`
298-
(@teunbrand, #4584).
299-
* `theme_classic()` now has black ticks and text instead of dark gray. In
300-
addition, `theme_classic()`'s axis line end is `"square"` (@teunbrand, #5978).
301-
* {tibble} is now suggested instead of imported (@teunbrand, #5986)
302283
* `coord_trans()` renamed to `coord_transform()` (@nmercadeb, #5825).
303284
* (internal) The summary function of `stat_summary()` and `stat_summary_bin()`
304285
is setup once in total instead of once per group (@teunbrand, #5971)

0 commit comments

Comments
 (0)