Skip to content

Commit 389b864

Browse files
Followup after v3.3.4 release (#4518)
* Increment version number * Revert R-CMD-check.yaml * Add a NEWS item for #4513
1 parent de5d63f commit 389b864

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
#on:
2-
# push:
3-
# branches:
4-
# - master
5-
# pull_request:
6-
# branches:
7-
# - master
8-
9-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches:
4+
- master
5+
pull_request:
6+
branches:
7+
- master
108

119
name: R-CMD-check
1210

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: ggplot2
2-
Version: 3.3.4
2+
Version: 3.3.4.9000
33
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
44
Description: A system for 'declaratively' creating graphics,
55
based on "The Grammar of Graphics". You provide the data, tell 'ggplot2'

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# ggplot2 (development version)
2+
13
# ggplot2 3.3.4
24
This is a larger patch release fixing a huge number of bugs and introduces a
35
small selection of feature refinements.
@@ -27,6 +29,8 @@ small selection of feature refinements.
2729
correctly (@thomasp85, #4388)
2830

2931
* `ggsave()` now returns the saved file location invisibly (#3379, @eliocamp).
32+
Note that, as a side effect, an unofficial hack `<ggplot object> + ggsave()`
33+
no longer works (#4513).
3034

3135
* The scale arguments `limits`, `breaks`, `minor_breaks`, `labels`, `rescaler`
3236
and `oob` now accept purrr style lambda notation (@teunbrand, #4427). The same

0 commit comments

Comments
 (0)