From 642a6ab81b202d495c269d9e2fbe883e8236eb36 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Wed, 8 Mar 2023 14:59:34 -0600 Subject: [PATCH] Fix link --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9a7993f..7e93a76b 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ ## Status ![](https://img.shields.io/badge/lifecycle-dormant-blue.svg) - + ggvis is currently dormant. We fundamentally believe in the ideas that underlie ggvis: reactive programming is the right foundation for interactive visualisation. However, we are not currently working on ggvis because we do not see it as the most pressing issue for the R community as you can only use interactive graphics once you've successfuly tackled the rest of the data analysis process. -We hope to come back to ggvis in the future; in the meantime you might want to try out [plotly](https://plotly.com/ggplot2/getting-started/) or creating inteactive graphics [with shiny](https://blog.rstudio.com/2015/06/16/shiny-0-12-interactive-plots-with-ggplot2/). +We hope to come back to ggvis in the future; in the meantime you might want to try out [plotly](https://plotly.com/ggplot2/getting-started/) or creating inteactive graphics [with shiny](https://posit.co/blog/shiny-0-12-interactive-plots-with-ggplot2/). ## Introduction @@ -17,7 +17,7 @@ The goal of ggvis is to make it easy to describe interactive web graphics in R. It combines: * a grammar of graphics from [ggplot2](https://github.com/tidyverse/ggplot2), - + * reactive programming from [shiny](https://github.com/rstudio/shiny), and * data transformation pipelines from [dplyr](https://github.com/tidyverse/dplyr). @@ -27,7 +27,7 @@ ggvis graphics are rendered with [vega](https://github.com/trifacta/vega), so yo If you find a bug, please file a minimal reproducible example at https://github.com/rstudio/ggvis/issues. If you're not sure if something is a bug, you'd like to discuss new features or have any other questions about ggvis, please join us on the mailing list: https://groups.google.com/group/ggvis. -## Installation +## Installation Install the latest release version from CRAN with: