diff --git a/README.Rmd b/README.Rmd index 436ed3dd84..0c744d5e55 100644 --- a/README.Rmd +++ b/README.Rmd @@ -64,7 +64,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) + [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) -ggplot2 is now over 10 years old and is used by hundreds of thousands of people to make millions of plots. That means, by-and-large, ggplot2 itself changes relatively little. When we do make changes, they will be generally to add new functions or arguments rather than changing the behaviour of existing functions, and if we do make changes to existing behaviour we will do them for compelling reasons. +ggplot2 is now 18 years old and is used by hundreds of thousands of people to make millions of plots. That means, by-and-large, ggplot2 itself changes relatively little. When we do make changes, they will be generally to add new functions or arguments rather than changing the behaviour of existing functions, and if we do make changes to existing behaviour we will do them for compelling reasons. If you are looking for innovation, look to ggplot2's rich ecosystem of extensions. See a community maintained list at . diff --git a/README.md b/README.md index 5943cdb4c7..265c34c658 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) + [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) -ggplot2 is now over 10 years old and is used by hundreds of thousands of +ggplot2 is now 18 years old and is used by hundreds of thousands of people to make millions of plots. That means, by-and-large, ggplot2 itself changes relatively little. When we do make changes, they will be generally to add new functions or arguments rather than changing the