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

Commit 642a6ab

Browse files
committed
Fix link
1 parent 1e6d05a commit 642a6ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
## Status
88
![](https://img.shields.io/badge/lifecycle-dormant-blue.svg)
9-
9+
1010
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.
1111

12-
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/).
12+
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/).
1313

1414
## Introduction
1515

1616
The goal of ggvis is to make it easy to describe interactive web graphics in
1717
R. It combines:
1818

1919
* a grammar of graphics from [ggplot2](https://github.com/tidyverse/ggplot2),
20-
20+
2121
* reactive programming from [shiny](https://github.com/rstudio/shiny), and
2222

2323
* 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
2727

2828
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.
2929

30-
## Installation
30+
## Installation
3131

3232
Install the latest release version from CRAN with:
3333

0 commit comments

Comments
 (0)