Skip to content

Commit 00c2667

Browse files
authored
suggested small tweaks to README (#6612)
* ggplot2 is a lot older than 10 years, and I suggest referencing the major new version after saying 'ggplot2 itself changes relatively little' since there's been a significant change * Removed last paragraph from README and rebuilt as requested
1 parent 3f8d5ca commit 00c2667

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
6464

6565
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
6666

67-
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.
67+
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.
6868

6969
If you are looking for innovation, look to ggplot2's rich ecosystem of extensions. See a community maintained list at <https://exts.ggplot2.tidyverse.org/gallery/>.
7070

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
5959

6060
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
6161

62-
ggplot2 is now over 10 years old and is used by hundreds of thousands of
62+
ggplot2 is now 18 years old and is used by hundreds of thousands of
6363
people to make millions of plots. That means, by-and-large, ggplot2
6464
itself changes relatively little. When we do make changes, they will be
6565
generally to add new functions or arguments rather than changing the

0 commit comments

Comments
 (0)