Skip to content

Commit 95ecabe

Browse files
Fix
1 parent 5b35d4f commit 95ecabe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/blog/teach-tidyverse-2021/index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library(tidyverse)
5757

5858
Before we dive into specific package functionality updates, I'd like to highlight two new teaching and learning resources:
5959

60-
- **Cheatsheets:** Some of the most popular learning resources for tidyverse are the cheatsheets and many of which have recently been updated. Huge thanks to our intern [Averi Perny](https://twitter.com/avperny) on her fantastic work on this project! You can read more about the updates [here](https://blog.rstudio.com/2021/08/23/cheat-sheet-updates/) and find the new cheatsheets [here](https://www.rstudio.com/resources/cheatsheets/).
60+
- **Cheatsheets:** Some of the most popular learning resources for tidyverse are the cheatsheets and many of which have recently been updated. Huge thanks to our intern [Averi Perny](https://twitter.com/avperny) on the fantastic work on this project! You can read more about the updates [here](https://blog.rstudio.com/2021/08/23/cheat-sheet-updates/) and find the new cheatsheets [here](https://www.rstudio.com/resources/cheatsheets/).
6161
- **ggplot2 FAQ:** A new resource that might be useful for learners is the FAQ we've recently developed for ggplot2, which you can access [here](https://ggplot2.tidyverse.org/articles/). These were compiled based on popular questions on StackOverflow and RStudio Community. Each question is accompanied with a short answer as well as an expanded example.
6262

6363
## Lifecycle stages

content/blog/teach-tidyverse-2021/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ photo:
1717
# one of: "deep-dive", "learn", "package", "programming", or "other"
1818
categories: [learn]
1919
tags: [tidyverse, teaching]
20-
rmd_hash: 0fd402ec8b17e336
20+
rmd_hash: e3970444e051b714
2121

2222
---
2323

@@ -66,7 +66,7 @@ Let's get started!
6666

6767
Before we dive into specific package functionality updates, I'd like to highlight two new teaching and learning resources:
6868

69-
- **Cheatsheets:** Some of the most popular learning resources for tidyverse are the cheatsheets and many of which have recently been updated. Huge thanks to our intern [Averi Perny](https://twitter.com/avperny) on her fantastic work on this project! You can read more about the updates [here](https://blog.rstudio.com/2021/08/23/cheat-sheet-updates/) and find the new cheatsheets [here](https://www.rstudio.com/resources/cheatsheets/).
69+
- **Cheatsheets:** Some of the most popular learning resources for tidyverse are the cheatsheets and many of which have recently been updated. Huge thanks to our intern [Averi Perny](https://twitter.com/avperny) on the fantastic work on this project! You can read more about the updates [here](https://blog.rstudio.com/2021/08/23/cheat-sheet-updates/) and find the new cheatsheets [here](https://www.rstudio.com/resources/cheatsheets/).
7070
- **ggplot2 FAQ:** A new resource that might be useful for learners is the FAQ we've recently developed for ggplot2, which you can access [here](https://ggplot2.tidyverse.org/articles/). These were compiled based on popular questions on StackOverflow and RStudio Community. Each question is accompanied with a short answer as well as an expanded example.
7171

7272
## Lifecycle stages

0 commit comments

Comments
 (0)