Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit a50c65e

Browse files
committed
Fix version
1 parent ca632b2 commit a50c65e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Interactive Grammar of Graphics
33
Description: An implementation of an interactive grammar of graphics, taking the
44
best parts of 'ggplot2', combining them with the reactive framework of
55
'shiny' and drawing web graphics using 'vega'.
6-
Version: 0.4.6
6+
Version: 0.4.7
77
Authors@R: c(
88
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
99
person("Hadley", "Wickham", role = "aut", email = "hadley@rstudio.com"),

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# ggvis 0.4.6
1+
# ggvis 0.4.7
22

33
* Switched from lazyeval to tidy eval (#487).
44

5+
# ggvis 0.4.6
6+
57
* Fixed #483: Basic example did not work in R 4.0. (#485)
68

79
# ggvis 0.4.5

0 commit comments

Comments
 (0)