Discussion:
ggvis 0.1
Winston Chang
11 years ago
Permalink
Hi everyone -

We're pleased to announce the 0.1 release of ggvis. ggvis is the next
iteration of ggplot2, and it adds new capabilities like interactivity,
dynamic updates, and rendering in a web browser.

You're receiving this email because you are an active member of the ggplot2
community, an early user of ggvis. This is an invitation to start using
ggvis, participate in the mailing list (
https://groups.google.com/group/ggvis) and give feedback via the GitHub
issue tracker (https://github.com/rstudio/ggvis/issues).

There is online documentation at http://ggvis.rstudio.com/

To install ggvis, run the following code in R:
if(!require('devtools') || packageVersion('devtools') < 1.4) {
install.packages('devtools')
}
devtools::install_github(c("hadley/testthat", "rstudio/shiny",
"rstudio/ggvis"))

Version 0.1 of ggvis is an alpha release, so please keep in mind that the
API is still subject to change. We strongly suggest not using for it for
production purposes at this time.


Thanks for your help!
Winston Chang and Hadley Wickham
--
You received this message because you are subscribed to the Google Groups "ggplot2-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...