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

v0.4.2

Compare
Choose a tag to compare
@wch wch released this 22 Jun 16:01
· 71 commits to main since this release
  • 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