Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.4.2 and update DESCRIPTION and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jun 4, 2015
1 parent d2a2a36 commit 81c0271
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: ggvis
Title: Interactive Grammar of Graphics
Description: An implementation of an interactive grammar of graphics, taking the
best parts of ggplot2, combining them with shiny's reactive framework and
drawing web graphics using vega.
Version: 0.4.1.9000
best parts of 'ggplot2', combining them with the reactive framework from
'shiny' and web graphics from 'vega'.
Version: 0.4.2
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),
person("Hadley", "Wickham", role = "aut", email = "[email protected]"),
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# ggvis 0.4.1.9xxx
# ggvis 0.4.2

* ggvis plots can now resize their width to the containing div, with
`set_options(width = "auto")`. Height can be set automatically as well, but
it will only work properly if the containing div has a fixed height, due to
the way that web browsers do vertical layout. (#316, #374, #381)

* compatible with dplyr 0.4.2

Expand Down

0 comments on commit 81c0271

Please sign in to comment.