Skip to content

Commit c86202f

Browse files
committed
Removed last paragraph from README and rebuilt as requested
1 parent de6aa83 commit c86202f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
6666

6767
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

69-
For information about the major new 4.0.0 version, see the tidyverse blog post [ggplot2 4.0.0](https://www.tidyverse.org/blog/2025/09/ggplot2-4-0-0/)
70-
7169
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/>.
7270

7371
## Learning ggplot2

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)