Skip to content

Commit 0b4852c

Browse files
Tweak
1 parent bb86d33 commit 0b4852c

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ matrix:
1717
provider: script
1818
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
1919
skip_cleanup: true
20+
on:
21+
branch: v3.3.0-rebuild-site
2022
- r: 3.5
2123
- r: 3.4
2224
- r: 3.3

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.0.9000
2+
Version: 3.3.0
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: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# ggplot2 (development version)
2-
3-
* `annotation_raster()` adds support for native rasters. For large rasters,
4-
native rasters render significantly faster than arrays (@kent37, #3388)
5-
6-
* Support graphics devices that use the `file` argument instead of `fileneame`
7-
in `ggsave()` (@bwiernik, #3810)
8-
9-
* Added an `outside` option to `annotation_logticks()` that places tick marks
10-
outside of the plot bounds. (#3783, @kbodwin)
11-
121
# ggplot2 3.3.0
132

143
This is a minor release but does contain a range of substantial new features,

0 commit comments

Comments
 (0)