File tree 3 files changed +3
-12
lines changed
3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ matrix:
17
17
provider : script
18
18
script : Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
19
19
skip_cleanup : true
20
+ on :
21
+ branch : v3.3.0-rebuild-site
20
22
- r : 3.5
21
23
- r : 3.4
22
24
- r : 3.3
Original file line number Diff line number Diff line change 1
1
Package: ggplot2
2
- Version: 3.3.0.9000
2
+ Version: 3.3.0
3
3
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
4
4
Description: A system for 'declaratively' creating graphics,
5
5
based on "The Grammar of Graphics". You provide the data, tell 'ggplot2'
Original file line number Diff line number Diff line change 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
-
12
1
# ggplot2 3.3.0
13
2
14
3
This is a minor release but does contain a range of substantial new features,
You can’t perform that action at this time.
0 commit comments