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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Feb 26, 2014
1 parent 2919344 commit aa16f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ ggvis is not yet available on CRAN, but you can install it directly from github
devtools::install_github(c("hadley/testthat", "rstudio/shiny", "rstudio/ggvis"))
```

Next, read the vignettes (`vignette(package = "ggvis")`), starting with
`vignette("ggvis-basics")`. They're still a work in progress, but should
help you understand the general layout of the package. Also check out the
Please keep in mind that the vignettes may not build properly on your system because they require not-yet-released rmarkdown package (as opposed to the existing markdown package available on CRAN). You can view built versions of the documents online, at http://ggvis.rstudio.com/

Also check out the
various demos in the `demo/` directory. Get started with `demo/scatterplot.r`
and then check out the the coolest demos, `demo/interactive.r` and
`demo/tourr.r`.

0 comments on commit aa16f91

Please sign in to comment.