Skip to content

Commit 28ec18f

Browse files
authored
Update startup tip to extension gallery (#6801)
* Update startup tip to extension gallery * adding back SO tip
1 parent 2b5dffd commit 28ec18f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/zzz.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ random_tip <- function() {
1414
"Keep up to date with changes at https://tidyverse.org/blog/",
1515
"Use suppressPackageStartupMessages() to eliminate package startup messages",
1616
"Need help? Try Stackoverflow: https://stackoverflow.com/tags/ggplot2",
17+
"Explore the ggplot2 extension gallery to extend your plotting capabilities: https://exts.ggplot2.tidyverse.org/",
1718
"Need help getting started? Try the R Graphics Cookbook: https://r-graphics.org",
1819
"Want to understand how all the pieces fit together? Read R for Data Science: https://r4ds.hadley.nz/"
1920
)

0 commit comments

Comments
 (0)